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