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