'Declaration <DescriptionAttribute("The line width, measured in fraction of annotation height, of squiggly annotation.")> <DefaultValueAttribute(0,041666668)> <CategoryAttribute("Squiggly")> Public Property SquigglyAnnotationLineWidth As Single
[Description("The line width, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,041666668)] [Category("Squiggly")] public float SquigglyAnnotationLineWidth { get; set; }
[Description("The line width, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,041666668)] [Category("Squiggly")] public: __property float get_SquigglyAnnotationLineWidth(); public: __property void set_SquigglyAnnotationLineWidth(
float value
);
[Description("The line width, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,041666668)] [Category("Squiggly")] public:
property float SquigglyAnnotationLineWidth { float get(); void set(float value); }