Click or drag to resize

FlatRoundControlStyle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A rounded control style, such as a TurnBox.
Inheritance Hierarchy

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class FlatRoundControlStyle : ControlStyle

The FlatRoundControlStyle type exposes the following members.

Constructors
  NameDescription
Public methodFlatRoundControlStyle
Initializes a new instance of the FlatRoundControlStyle class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenderBox
Renders the box on a given graphics output with specified dimensions.
(Overrides ControlStyleRenderBox(Graphics, Single, Single, Single, Single, ControlStyleStatus).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBackground
The Brush used to draw the background color, defaults to white.
Public fieldBorderPen
The Pen used to draw the border, defaults to 4px wide and gray.
Public fieldCornerRadius
The size of the radius of each corner, defaults to 6px.
Top
See Also