ClassGeometryButtons
This class provides attached properties for controlling the look and feel of the Geometry Buttons.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public static class GeometryButtons
Inheritance: objectGeometryButtons
Fields
EllipseHeightProperty
Identifies the EllipseHeight dependency property.
Declaration
public static readonly DependencyProperty EllipseHeightProperty
Field Value
DependencyProperty
EllipseVisibilityProperty
Identifies the EllipseVisibility dependency property.
Declaration
public static readonly DependencyProperty EllipseVisibilityProperty
Field Value
DependencyProperty
EllipseWidthProperty
Identifies the EllipseWidth dependency property.
Declaration
public static readonly DependencyProperty EllipseWidthProperty
Field Value
DependencyProperty
GeometryFillProperty
Identifies the GeometryFill dependency property.
Declaration
public static readonly DependencyProperty GeometryFillProperty
Field Value
DependencyProperty
GeometryStretchProperty
Identifies the GeometryStretch dependency property.
Declaration
public static readonly DependencyProperty GeometryStretchProperty
Field Value
DependencyProperty
GeometryStrokeProperty
Identifies the GeometryStroke dependency property.
Declaration
public static readonly DependencyProperty GeometryStrokeProperty
Field Value
DependencyProperty
GeometryStrokeThicknessProperty
Identifies the GeometryStrokeThickness dependency property.
Declaration
public static readonly DependencyProperty GeometryStrokeThicknessProperty
Field Value
DependencyProperty
GeometryVisibilityProperty
Identifies the GeometryVisibility dependency property.
Declaration
public static readonly DependencyProperty GeometryVisibilityProperty
Field Value
DependencyProperty
Methods
GetEllipseHeight(DependencyObject)
Gets the height of the ellipse attached property.
Declaration
public static double GetEllipseHeight(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
GetEllipseVisibility(DependencyObject)
Gets the ellipse visibility attached property.
Declaration
public static Visibility GetEllipseVisibility(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Visibility
GetEllipseWidth(DependencyObject)
Gets the width of the ellipse attached property.
Declaration
public static double GetEllipseWidth(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
GetGeometryFill(DependencyObject)
Gets the geometry fill attached property.
Declaration
public static Brush GetGeometryFill(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Brush
GetGeometryStretch(DependencyObject)
Gets the geometry stretch attached property.
Declaration
public static Stretch GetGeometryStretch(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Stretch
GetGeometryStroke(DependencyObject)
Gets the geometry stroke attached property.
Declaration
public static Brush GetGeometryStroke(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Brush
GetGeometryStrokeThickness(DependencyObject)
Gets the geometry stroke thickness attached property.
Declaration
public static double GetGeometryStrokeThickness(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
GetGeometryVisibility(DependencyObject)
Gets the geometry visibility attached property.
Declaration
public static Visibility GetGeometryVisibility(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Visibility
SetEllipseHeight(DependencyObject, double)
Sets the height of the ellipse attached property.
Declaration
public static void SetEllipseHeight(DependencyObject obj, double value)
Parameters
obj
DependencyObject
The object.
value
The value.
SetEllipseVisibility(DependencyObject, Visibility)
Sets the ellipse visibility attached property.
Declaration
public static void SetEllipseVisibility(DependencyObject obj, Visibility value)
Parameters
obj
DependencyObject
The object.
value
Visibility
The value.
SetEllipseWidth(DependencyObject, double)
Sets the width of the ellipse attached property.
Declaration
public static void SetEllipseWidth(DependencyObject obj, double value)
Parameters
obj
DependencyObject
The object.
value
The value.
SetGeometryFill(DependencyObject, Brush)
Sets the geometry fill attached property.
Declaration
public static void SetGeometryFill(DependencyObject obj, Brush value)
Parameters
obj
DependencyObject
The object.
value
Brush
The value.
SetGeometryStretch(DependencyObject, Stretch)
Sets the geometry stretch attached property.
Declaration
public static void SetGeometryStretch(DependencyObject obj, Stretch value)
Parameters
obj
DependencyObject
The object.
value
Stretch
The value.
SetGeometryStroke(DependencyObject, Brush)
Sets the geometry stoke attached property.
Declaration
public static void SetGeometryStroke(DependencyObject obj, Brush value)
Parameters
obj
DependencyObject
The object.
value
Brush
The value.
SetGeometryStrokeThickness(DependencyObject, double)
Sets the geometry stroke thickness attached property.
Declaration
public static void SetGeometryStrokeThickness(DependencyObject obj, double value)
Parameters
obj
DependencyObject
The object.
value
The value.
SetGeometryVisibility(DependencyObject, Visibility)
Sets the geometry visibility attached property.
Declaration
public static void SetGeometryVisibility(DependencyObject obj, Visibility value)
Parameters
obj
DependencyObject
The object.
value
Visibility
The value.