| C1.Win.Calendar.UI Namespace > BaseStyle Class : Padding Property |
'Declaration<C1DescriptionAttribute("Gets or sets the thickness of the padding between the element edges and its content.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Overridable Property Padding As C1.Framework.Thickness
'UsageDim instance As BaseStyle Dim value As C1.Framework.Thickness instance.Padding = value value = instance.Padding
[C1Description("Gets or sets the thickness of the padding between the element edges and its content.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public virtual C1.Framework.Thickness Padding {get; set;}
[C1Description("Gets or sets the thickness of the padding between the element edges and its content.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public: virtual property C1.Framework.Thickness Padding { C1.Framework.Thickness get(); void set ( C1.Framework.Thickness value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2