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