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