[Description("A value indicating whether images should be centered on page.")] [Category("VintaSoft")] public bool Center { get; set; }
[Description("A value indicating whether images should be centered on page.")] [Category("VintaSoft")] public: __property bool get_Center(); public: __property void set_Center(
bool value
);
[Description("A value indicating whether images should be centered on page.")] [Category("VintaSoft")] public:
property bool Center { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether images should be centered on page.")> <CategoryAttribute("VintaSoft")> Public Property Center As Boolean
Property Value
Значение по умолчанию - false.