public Color BevelLightColor {get; set;}
public: __property Color get_BevelLightColor(); public: __property void set_BevelLightColor( Color value );
public: property Color BevelLightColor { Color get(); void set ( Color value); }
'Declaration Public Property BevelLightColor As Color
'Usage Dim instance As ButtonTool Dim value As Color instance.BevelLightColor = value value = instance.BevelLightColor
The BevelLightColor is the color value of the left and top bevel edges of a Button object.
ButtonTool Class ButtonTool Members
©2019. Accusoft Corporation. All Rights Reserved.