Height Property (NoBevel)
In This Topic
Gets the height of the bevel.
Syntax
'Declaration
Public Overrides ReadOnly Property Height As Single
'Usage
Dim instance As NoBevel
Dim value As Single
value = instance.Height
public override float Height {get;}
See Also