'Declaration <DescriptionAttribute("The border indent size, in pixels. Valid values are from 0 to 1000.")> <DefaultValueAttribute(5)> Public Property BorderSize As System.Int32
[Description("The border indent size, in pixels. Valid values are from 0 to 1000.")] [DefaultValue(5)] public System.Int32 BorderSize { get; set; }
[Description("The border indent size, in pixels. Valid values are from 0 to 1000.")] [DefaultValue(5)] public: __property System.Int32 get_BorderSize(); public: __property void set_BorderSize(
System.Int32 value
);
[Description("The border indent size, in pixels. Valid values are from 0 to 1000.")] [DefaultValue(5)] public:
property System.Int32 BorderSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 0 до 1000. Значение по умолчанию: 5.