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