Width Property (VisualEffectsStyle.EdgeStyle)
In This Topic
Gets or sets the width of element edge. When Scalable property is true it is measured in relative units, otherwise - in pixels.
Syntax
'Declaration
Public Property Width As System.Single
public System.float Width {get; set;}
See Also