The GwxButton type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDynamic(Type) |
Adds a new GwxDynamic derived object of the specified Type to this object.
(Inherited from GwxDependencyObject.) | |
AddDynamic(GwxDynamic) |
Adds the specified GwxDynamic object to this object, if allowed.
(Inherited from GwxDependencyObject.) | |
AddEffect |
Adds the specified effect to the current BitmapEffect of this object.
(Inherited from GwxElement.) | |
Create |
Creates a GwxButton object.
| |
Equals |
Determines whether the specified Object is equal to the current GwxDependencyObject.
(Inherited from GwxDependencyObject.) | |
GetBoundingBox()()()() |
Gets this bounding box if this object (in the coordinate space of this object).
(Inherited from GwxElement.) | |
GetBoundingBox(Transform) |
Gets the bounding box of this object. The coordinate space of the
bounding box is determined by the parentTransform parameter.
(Inherited from GwxElement.) | |
GetBoundingBoxRootSpace |
Gets this bounding box if this object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
GetCenter()()()() |
Gets the center of this object (in the coordinate space of this object).
(Inherited from GwxElement.) | |
GetCenter(Transform) |
Gets the center of this object. The coordinate space of the center point
is determined by the parentTransform parameter.
(Inherited from GwxElement.) | |
GetCenterRootSpace |
Gets the center of this object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
GetDataSources |
Gets a collection of all of the datasources used in this object (and its descendants).
(Inherited from GwxDependencyObject.) | |
GetDeviceTransform |
Gets the transform from this object to device units (pixels).
(Inherited from GwxElement.) | |
GetDynamicGroup |
Gets the GwxDynamicGroup()()()() associated with this GwxDependencyObject, if there is one.
(Inherited from GwxDependencyObject.) | |
GetHashCode |
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from GwxDependencyObject.) | |
GetInverseDeviceTransform |
Gets the transform from device units (pixels) to this object.
(Inherited from GwxElement.) | |
GetInverseRootTransform |
Gets the transform from the root object to this element.
(Inherited from GwxElement.) | |
GetParentDeviceTransform |
Gets the transform from the parent of this object to the 'device space'.
(Inherited from GwxElement.) | |
GetParentRootTransform |
Gets the transform from the parent of this object to the root object.
(Inherited from GwxElement.) | |
GetRootTransform |
Gets the transform from this element to the root object.
(Inherited from GwxElement.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasParentDependencyObject |
Tests if this instance has a parent GwxDependencyObject.
(Inherited from GwxDependencyObject.) | |
HasParentElement |
Tests if this instance has a parent GwxElement.
(Inherited from GwxElement.) | |
IsDynamic |
Tests if this object has one or more dynamic animations associated with it.
(Inherited from GwxDependencyObject.) | |
MoveBy |
Moves this object by the specified offset.
(Inherited from GwxElement.) | |
MoveByRootSpace |
Moves this object by the specified offset (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
MoveTo |
Moves this object to the specified location.
(Inherited from GwxElement.) | |
MoveToRootSpace |
Moves this object to the specified location (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
RemoveDynamics |
Removes the specified collection of GwxDynamic objects from this object.
(Inherited from GwxDependencyObject.) | |
RemoveEffectType |
Removes an effect of the specified Type.
(Inherited from GwxElement.) | |
Replace |
Performs a find/replace operation on this object, and all of its decendants (if it has any descendants).
(Inherited from GwxDependencyObject.) | |
ReplaceHost |
Performs a find/replace operation for host names. The find/replace operation is performed
on this object and all of its decendants (if it has any descendants).
This method only searches properties that may be DataSources and/or FileNames.
(Inherited from GwxDependencyObject.) | |
RotateBy(Double, Transform) |
Rotate the object about its center.
(Inherited from GwxElement.) | |
RotateBy(Double, Point, Transform) |
Rotates the object.
(Inherited from GwxElement.) | |
RotateByRootSpace(Double) |
Rotate the object about its center (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
RotateByRootSpace(Double, Point) |
Rotates the object (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
ScaleBy(Vector, Transform) |
Scale this object using the object's center as the anchor point
(Inherited from GwxElement.) | |
ScaleBy(Vector, Point, Transform) |
Scales this object.
(Inherited from GwxElement.) | |
ScaleBy(Vector, HorizontalAlignment, VerticalAlignment, Transform) |
Scales this object.
(Inherited from GwxElement.) | |
ScaleByRootSpace(Vector) |
Scale this object using the object's center as the anchor point (in the coordinate space of the root
object of the display).
(Inherited from GwxElement.) | |
ScaleByRootSpace(Vector, Point) |
Scales this object (in the coordinate space of the root object of this display).
(Inherited from GwxElement.) | |
ScaleByRootSpace(Vector, HorizontalAlignment, VerticalAlignment) |
Scales this object (in the coordinate space of the root object of this display).
(Inherited from GwxElement.) | |
SetDimensions |
Stretches and moves the object to fit within the specified rectangle.
(Inherited from GwxElement.) | |
SetDimensionsRootSpace |
Stretches and moves the object to fit within the specified rectangle (in the coordinate space
of the root object of the display).
(Inherited from GwxElement.) | |
SizeTo |
Resizes this object such that its bounding rectangle has the specified width and height.
(Inherited from GwxElement.) | |
SizeToRootSpace |
Resizes this object such that its bounding rectangle has the specified width and height (in the
coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
SkewByX(Double, Transform) |
Skews the object about its center along the x-axis.
(Inherited from GwxElement.) | |
SkewByX(Double, Point, Transform) |
Skews the object along the x-axis.
(Inherited from GwxElement.) | |
SkewByXRootSpace(Double) |
Skews the object about its center along the x-axis (in the coordinate space of the root object of
the display).
(Inherited from GwxElement.) | |
SkewByXRootSpace(Double, Point) |
Skews the object along the x-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
SkewByY(Double, Transform) |
Skews the object about its center along the y-axis.
(Inherited from GwxElement.) | |
SkewByY(Double, Point, Transform) |
Skews the object along the y-axis.
(Inherited from GwxElement.) | |
SkewByYRootSpace(Double) |
Skews the object about its center along the y-axis (in the coordinate space of the root object
of the display).
(Inherited from GwxElement.) | |
SkewByYRootSpace(Double, Point) |
Skews the object along the y-axis (in the coordinate space of the root object of the display).
(Inherited from GwxElement.) | |
ToDependencyObject |
Gets the DependencyObject that this object wraps.
(Inherited from GwxDependencyObject.) | |
ToFrameworkElement |
Gets the FrameworkElement that this object wraps.
(Inherited from GwxElement.) | |
ToString |
Gets a string representation for this type of GwxDependencyObject.
(Inherited from GwxDependencyObject.) | |
ToUIElement |
Gets the UIElement that this object wraps.
(Inherited from GwxElement.) | |
ToVisual |
Gets the Visual that this object wraps.
(Inherited from GwxElement.) | |
UpdateLayout |
Ensures that all visual attributes of this element are properly updated for layout.
(Inherited from GwxElement.) |
Properties
Name | Description | |
---|---|---|
Angle |
Gets/sets the current angle of rotation for this object.
(Inherited from GwxElement.) | |
Background |
Background color, gradient, or pattern of this object.
(Inherited from GwxTextBase.) | |
BaselineOffset |
Specifies the baseline offset of the text.
(Inherited from GwxTextBase.) | |
BitmapEffect |
Visual effects (3D edges, shadow, glow, blur) applied to this object.
(Inherited from GwxElement.) | |
BitmapScalingMode |
Determines the quality of scaling for bitmap rendering.
(Inherited from GwxElement.) | |
BorderBrush |
Color, gradient, or pattern of the border of this object.
(Inherited from GwxControl.) | |
BorderThickness |
Width of the border of this object.
(Inherited from GwxControl.) | |
Children |
Child elements of this element.
(Inherited from GwxContentControl.) | |
ClickMode |
Specifies when the Click event should fire.
(Inherited from GwxButtonBase.) | |
ClipToBounds |
True to clip the content of this object to bounds of this object.
(Inherited from GwxElement.) | |
Column |
For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a Grid.
(Inherited from GwxElement.) | |
ColumnSpan |
For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a Grid.
(Inherited from GwxElement.) | |
Configuration |
Gets the GwxConfiguration object that owns this object.
(Inherited from GwxDependencyObject.) | |
Cursor |
The cursor that is displayed when the mouse pointer is over this object.
(Inherited from GwxElement.) | |
CustomData |
A custom data string.
(Inherited from GwxDependencyObject.) | |
Description |
Description for this object.
(Inherited from GwxDependencyObject.) | |
Dock |
For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a DockPanel.
(Inherited from GwxElement.) | |
EdgeMode |
Determines the way the edges of objects are rendered.
(Inherited from GwxElement.) | |
Effect |
Hardware-accelerated visual effects (shadow, blur) applied to this object.
(Inherited from GwxElement.) | |
Focusable |
Indicates whether this object can receive keyboard input.
(Inherited from GwxElement.) | |
FontFamily |
Specifies the name of the font used to render text.
(Inherited from GwxTextBase.) | |
FontSize |
Specifies the size of the font used to render text.
(Inherited from GwxTextBase.) | |
FontStretch |
Specifies degree to which a font is condensed or expanded on the screen.
(Inherited from GwxTextBase.) | |
FontStyle |
Specifies the style of the font used to render text (italic).
(Inherited from GwxTextBase.) | |
FontWeight |
Specifies the thickness of the font used to render text (bold).
(Inherited from GwxTextBase.) | |
Foreground |
Foreground color, gradient, or pattern of this object.
(Inherited from GwxTextBase.) | |
Height |
Height of the object.
A number, or NaN for Automatic.
(Inherited from GwxElement.) | |
HorizontalAlignment |
Indicates where an element should be displayed on the horizontal axis relative to its parent element.
(Inherited from GwxElement.) | |
HorizontalContentAlignment |
Indicates where an element should be displayed on the horizontal axis relative to the containing box.
(Inherited from GwxControl.) | |
IsEnabled |
Indicates whether this element is enabled in the user interface.
(Inherited from GwxElement.) | |
IsHitTestVisible |
Indicates whether this element can receive mouse input.
(Inherited from GwxElement.) | |
IsHyphenationEnabled |
Specifies whether or not hyphenation is enabled.
(Inherited from GwxTextBase.) | |
Kerning |
Specifies whether or not to reduce the spacing between characters. This option only affects certain fonts that support variable character spacing.
(Inherited from GwxTextBase.) | |
Keyword |
A keyword used to mark this object as shared.
(Inherited from GwxDependencyObject.) | |
Latitude |
The latitude of the center point of this object.
(Inherited from GwxElement.) | |
LatitudeDataSource |
The latitude of the center point of this object.
(Inherited from GwxElement.) | |
Left |
Horizontal position of top-left corner of the object.
A number, or NaN for Automatic.
(Inherited from GwxElement.) | |
LineHeight |
Specifies the the height of each generated line box for the text.
(Inherited from GwxTextBase.) | |
Locked |
True to prevent this object from being selected (except via the Document Explorer tool).
(Inherited from GwxDependencyObject.) | |
Longitude |
The longitude of the center point of this object.
(Inherited from GwxElement.) | |
LongitudeDataSource |
The longitude of the center point of this object.
(Inherited from GwxElement.) | |
Margin |
The amount of space surrounding this object.
(Inherited from GwxElement.) | |
MaxHeight |
Specifies the maximum height constraint of this object.
(Inherited from GwxElement.) | |
MaxWidth |
Specifies the maximum width constraint of this object.
(Inherited from GwxElement.) | |
MinHeight |
Specifies the minimum height constraint of this object.
(Inherited from GwxElement.) | |
MinWidth |
Specifies the minimum width constraint of this object.
(Inherited from GwxElement.) | |
MovesOwnerWindow |
Specifies if dragging the object in runtime mode will move the parent window in which the object is contained.
In other words, when MovesOwnerWindow is true, it makes the object act like a Windows titlebar.
(Inherited from GwxElement.) | |
Name |
For internal use only. Not for customer use.
Unique name identifier for this object.
(Inherited from GwxDependencyObject.) | |
NextSiblingElement |
Next sibling GwxElement (if there is one).
(Inherited from GwxElement.) | |
Opacity |
Overall opacity percent of this object. Range: 0.0 (fully transparent) - 1.0 (fully opaque), or inherit.
(Inherited from GwxElement.) | |
Padding |
The amount of space surrounding the content of this object.
(Inherited from GwxTextBase.) | |
ParentContainer |
Parent object of this object (if there is one) as an IGwxElementContainer.
(Inherited from GwxElement.) | |
ParentDependencyObject |
Parent object of this object (if there is one) as a GwxDependencyObject.
(Inherited from GwxDependencyObject.) | |
ParentDependencyObjectContainer |
Parent object of this object (if there is one) as an IGwxDependencyObjectContainer.
(Inherited from GwxDependencyObject.) | |
ParentElement |
Parent object of this object (if there is one) as a GwxElement.
(Inherited from GwxElement.) | |
PreviousSiblingElement |
Previous sibling GwxElement (if there is one).
(Inherited from GwxElement.) | |
RenderTransform |
Transformation that affects the rendering of this object.
(Inherited from GwxElement.) | |
RenderTransformOrigin |
The center point of the render transform, relative to the bounds of the element.
(Inherited from GwxElement.) | |
Row |
For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a Grid.
(Inherited from GwxElement.) | |
RowSpan |
For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a Grid.
(Inherited from GwxElement.) | |
RuntimeStretch |
Defines how the text of this object will be stretched when
the object's text changes in runtime mode.
(Inherited from GwxContentControl.) | |
Selected |
Gets/sets the selection state of this object.
(Inherited from GwxElement.) | |
ShowDescriptionInToolTip |
Determines whether or not this object's Description is included in the tooltip for this object.
(Inherited from GwxDependencyObject.) | |
SnapsToDevicePixels |
Determines whether rendering for this object should use device-specific pixel settings during rendering.
(Inherited from GwxElement.) | |
Stretch |
Defines how the text of this object will be stretched when
the object is resized in configuration mode.
(Inherited from GwxContentControl.) | |
Text |
Specifies the text content.
(Inherited from GwxTextBase.) | |
TextAlignment |
Specifies the horizontal alignment of the text.
(Inherited from GwxTextBase.) | |
TextDecorations |
Specifies the visual ornamentations added to text (underline, strikethrough).
(Inherited from GwxTextBase.) | |
TextTrimming |
Specifies the trimming behavior to employ if the content overflows its containing box (only used when wrapping is off).
(Inherited from GwxTextBase.) | |
TextWrapping |
Specifies whether or not text wraps when it reaches the edge of its containing box.
(Inherited from GwxTextBase.) | |
Title |
Title for this object.
(Inherited from GwxDependencyObject.) | |
Top |
Vertical position of top-left corner of the object.
A number, or NaN for Automatic.
(Inherited from GwxElement.) | |
VerticalAlignment |
Indicates where an element should be displayed on the vertical axis relative to its parent element.
(Inherited from GwxElement.) | |
VerticalContentAlignment |
Indicates where an element should be displayed on the vertical axis relative to the containing box.
(Inherited from GwxControl.) | |
Visible |
Visibility state of this object.
(Inherited from GwxDependencyObject.) | |
Width |
Width of the object.
A number, or NaN for Automatic.
(Inherited from GwxElement.) |