The GwxPath type exposes the following members.
Properties
Name | Description | |
---|---|---|
Angle |
Gets/sets the current angle of rotation for this object.
(Inherited from GwxElement.) | |
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.) | |
ClipToBounds |
True to clip the content of this object to bounds of this object.
(Inherited from GwxElement.) | |
Closed |
True if the shape includes a line connecting the end point to the start point.
| |
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.) | |
Data |
Defining geometry of the path.
| |
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.) | |
Fill |
Fill color, gradient, or pattern of this object.
(Inherited from GwxShape.) | |
FillRule |
Specifies how the intersecting areas are combined to form the resulting filled area.
(Inherited from GwxPathBase.) | |
Focusable |
Indicates whether this object can receive keyboard input.
(Inherited from GwxElement.) | |
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.) | |
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.) | |
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.) | |
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.) | |
NoZoomStroke |
True to ensure the line width is not affected by the current zoom.
(Inherited from GwxShape.) | |
NoZoomStrokeThickness |
Width of the line of this object (this line width is not affected by the current zoom).
(Inherited from GwxShape.) | |
Opacity |
Overall opacity percent of this object. Range: 0.0 (fully transparent) - 1.0 (fully opaque), or inherit.
(Inherited from GwxElement.) | |
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.) | |
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.) | |
Stroke |
Line color, gradient, or pattern for this object.
(Inherited from GwxShape.) | |
StrokeDashArray |
Specifies the pattern of dashes and gaps used for the line.
(Inherited from GwxShape.) | |
StrokeDashCap |
Specifies how the ends of each dash are drawn.
(Inherited from GwxShape.) | |
StrokeDashOffset |
Specifies the distance into the line style dash pattern to start the dash.
(Inherited from GwxShape.) | |
StrokeEndLineCap |
Specifies the shape used at the end of a line.
(Inherited from GwxShape.) | |
StrokeLineJoin |
Specifies the shape used at the corners of lines.
(Inherited from GwxShape.) | |
StrokeMiterLimit |
Limit on the ratio of the miter length to the line width (must be greater than or equal to 1, or inherit).
(Inherited from GwxShape.) | |
StrokeStartLineCap |
Specifies the shape used at the start of a line.
(Inherited from GwxShape.) | |
StrokeThickness |
Width of the line of this object.
(Inherited from GwxShape.) | |
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.) | |
Visible |
Visibility state of this object.
(Inherited from GwxDependencyObject.) | |
Width |
Width of the object.
A number, or NaN for Automatic.
(Inherited from GwxElement.) |