'Declaration <DescriptionAttribute("The line width, measured in fraction of annotation height, of underline annotation.")> <DefaultValueAttribute(0,0625)> <CategoryAttribute("Underline")> Public Property UnderlineAnnotationLineWidth As Single
[Description("The line width, measured in fraction of annotation height, of underline annotation.")] [DefaultValue(0,0625)] [Category("Underline")] public float UnderlineAnnotationLineWidth { get; set; }
[Description("The line width, measured in fraction of annotation height, of underline annotation.")] [DefaultValue(0,0625)] [Category("Underline")] public: __property float get_UnderlineAnnotationLineWidth(); public: __property void set_UnderlineAnnotationLineWidth(
float value
);
[Description("The line width, measured in fraction of annotation height, of underline annotation.")] [DefaultValue(0,0625)] [Category("Underline")] public:
property float UnderlineAnnotationLineWidth { float get(); void set(float value); }