Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Size")> <DescriptionAttribute("Controls the width of the inner and the outer bevels.")> <DefaultValueAttribute(1)> Public Property BevelWidth As Integer
'Usage Dim instance As StandardFrame Dim value As Integer instance.BevelWidth = value value = instance.BevelWidth
[Category("Size")] [Description("Controls the width of the inner and the outer bevels.")] [DefaultValue(1)] public int BevelWidth {get; set;}
somedFrame.OuterStyle = BevelStyle.Sunken somedFrame.InnerStyle = BevelStyle.Sunken somedFrame.BevelWidth = 1
somedFrame.OuterStyle = BevelStyle.Sunken; somedFrame.InnerStyle = BevelStyle.Sunken; somedFrame.BevelWidth = 1;
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
StandardFrame Class StandardFrame Members