'Declaration <DefaultValueAttribute(LeftJustified)> <CategoryAttribute("Appearance")> <DescriptionAttribute("The form of quadding (justification) to be used in displaying the text of the field.")> Public Property TextQuadding As TextQuaddingType
[DefaultValue(LeftJustified)] [Category("Appearance")] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] public TextQuaddingType TextQuadding { get; set; }
[DefaultValue(LeftJustified)] [Category("Appearance")] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] public: __property TextQuaddingType get_TextQuadding(); public: __property void set_TextQuadding(
TextQuaddingType value
);
[DefaultValue(LeftJustified)] [Category("Appearance")] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] public:
property TextQuaddingType TextQuadding { TextQuaddingType get(); void set(TextQuaddingType value); }
Property Value
Default value is TextQuaddingType.LeftJustified.