'Declaration <DescriptionAttribute("The line position, measured in fraction of annotation height, of strikeout annotation.")> <CategoryAttribute("Strikeout")> <DefaultValueAttribute(0,4275)> Public Property StrikeoutAnnotationLinePosition As Single
[Description("The line position, measured in fraction of annotation height, of strikeout annotation.")] [Category("Strikeout")] [DefaultValue(0,4275)] public float StrikeoutAnnotationLinePosition { get; set; }
[Description("The line position, measured in fraction of annotation height, of strikeout annotation.")] [Category("Strikeout")] [DefaultValue(0,4275)] public: __property float get_StrikeoutAnnotationLinePosition(); public: __property void set_StrikeoutAnnotationLinePosition(
float value
);
[Description("The line position, measured in fraction of annotation height, of strikeout annotation.")] [Category("Strikeout")] [DefaultValue(0,4275)] public:
property float StrikeoutAnnotationLinePosition { float get(); void set(float value); }