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