Click or drag to resize

GelButtonControlStyle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A gel button control style; drawn as a modern-styled 'capsule'.
Inheritance Hierarchy

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

The GelButtonControlStyle type exposes the following members.

Constructors
  NameDescription
Public methodGelButtonControlStyle
Initializes a new instance of the GelButtonControlStyle 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 GelButtonControl 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 System.Drawing.Color used to draw the background. Default is black.
Public fieldBorder
The System.Drawing.Color used to draw the border, defaults to black.
Public fieldCornerRadius
The size of the radius of each corner. Default is 3px.
Top
See Also