'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the margin from all edges.")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property All As System.Integer
'Usage
Dim instance As NPadding Dim value As System.Integer instance.All = value value = instance.All
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the margin from all edges.")] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [System.Xml.Serialization.XmlAttribute()] public System.int All {get; set;}