'Declaration <DefaultValueAttribute(1)> <CategoryAttribute("SpellCheckManager")> <DescriptionAttribute("The underline thickness of a spell check manager.")> Public Property SpellCheckManagerUnderlineThickness As Single
[DefaultValue(1)] [Category("SpellCheckManager")] [Description("The underline thickness of a spell check manager.")] public float SpellCheckManagerUnderlineThickness { get; set; }
[DefaultValue(1)] [Category("SpellCheckManager")] [Description("The underline thickness of a spell check manager.")] public: __property float get_SpellCheckManagerUnderlineThickness(); public: __property void set_SpellCheckManagerUnderlineThickness(
float value
);
[DefaultValue(1)] [Category("SpellCheckManager")] [Description("The underline thickness of a spell check manager.")] public:
property float SpellCheckManagerUnderlineThickness { float get(); void set(float value); }
Property Value
Default value is 1.