'Declaration <CategoryAttribute("Common Panel Appearance")> <DescriptionAttribute("The text padding for text on a panel.")> Public Property PanelTextPadding As Vintasoft.Primitives.VintasoftPadding
[Category("Common Panel Appearance")] [Description("The text padding for text on a panel.")] public Vintasoft.Primitives.VintasoftPadding PanelTextPadding { get; set; }
[Category("Common Panel Appearance")] [Description("The text padding for text on a panel.")] public: __property Vintasoft.Primitives.VintasoftPadding get_PanelTextPadding(); public: __property void set_PanelTextPadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Category("Common Panel Appearance")] [Description("The text padding for text on a panel.")] public:
property Vintasoft.Primitives.VintasoftPadding PanelTextPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }