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