'Declaration <DefaultValueAttribute(LeftJustified)> <DescriptionAttribute("The form of quadding (justification) to be used in displaying the text of the field.")> <CategoryAttribute("Appearance")> Public Property TextQuadding As TextQuaddingType
[DefaultValue(LeftJustified)] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] [Category("Appearance")] public TextQuaddingType TextQuadding { get; set; }
[DefaultValue(LeftJustified)] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] [Category("Appearance")] public: __property TextQuaddingType get_TextQuadding(); public: __property void set_TextQuadding(
TextQuaddingType value
);
[DefaultValue(LeftJustified)] [Description("The form of quadding (justification) to be used in displaying the text of the field.")] [Category("Appearance")] public:
property TextQuaddingType TextQuadding { TextQuaddingType get(); void set(TextQuaddingType value); }
Property Value
Значение по умолчанию - TextQuaddingType.LeftJustified.