GeometryButtons
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
DependencyProperty
Identifies the EllipseHeight dependency property.
public static readonly DependencyProperty EllipseHeightProperty
EllipseVisibilityProperty
DependencyProperty
Identifies the EllipseVisibility dependency property.
public static readonly DependencyProperty EllipseVisibilityProperty
EllipseWidthProperty
DependencyProperty
Identifies the EllipseWidth dependency property.
public static readonly DependencyProperty EllipseWidthProperty
GeometryFillProperty
DependencyProperty
Identifies the GeometryFill dependency property.
public static readonly DependencyProperty GeometryFillProperty
GeometryStretchProperty
DependencyProperty
Identifies the GeometryStretch dependency property.
public static readonly DependencyProperty GeometryStretchProperty
GeometryStrokeProperty
DependencyProperty
Identifies the GeometryStroke dependency property.
public static readonly DependencyProperty GeometryStrokeProperty
GeometryStrokeThicknessProperty
DependencyProperty
Identifies the GeometryStrokeThickness dependency property.
public static readonly DependencyProperty GeometryStrokeThicknessProperty
GeometryVisibilityProperty
DependencyProperty
Identifies the GeometryVisibility dependency property.
public static readonly DependencyProperty GeometryVisibilityProperty
Methods
Gets the height of the ellipse attached property.
public static double GetEllipseHeight(DependencyObject obj)
The object.
Returns:GetEllipseVisibility(DependencyObject)
Visibility
Gets the ellipse visibility attached property.
public static Visibility GetEllipseVisibility(DependencyObject obj)
The object.
Returns:Visibility
Gets the width of the ellipse attached property.
public static double GetEllipseWidth(DependencyObject obj)
The object.
Returns:Gets the geometry fill attached property.
public static Brush GetGeometryFill(DependencyObject obj)
The object.
Returns:Brush
Gets the geometry stretch attached property.
public static Stretch GetGeometryStretch(DependencyObject obj)
The object.
Returns:Stretch
Gets the geometry stroke attached property.
public static Brush GetGeometryStroke(DependencyObject obj)
The object.
Returns:Brush
Gets the geometry stroke thickness attached property.
public static double GetGeometryStrokeThickness(DependencyObject obj)
The object.
Returns:GetGeometryVisibility(DependencyObject)
Visibility
Gets the geometry visibility attached property.
public static Visibility GetGeometryVisibility(DependencyObject obj)
The object.
Returns:Visibility
Sets the height of the ellipse attached property.
public static void SetEllipseHeight(DependencyObject obj, double value)
The object.
valuedoubleThe value.
Sets the ellipse visibility attached property.
public static void SetEllipseVisibility(DependencyObject obj, Visibility value)
The object.
valueVisibilityThe value.
Sets the width of the ellipse attached property.
public static void SetEllipseWidth(DependencyObject obj, double value)
The object.
valuedoubleThe value.
Sets the geometry fill attached property.
public static void SetGeometryFill(DependencyObject obj, Brush value)
The object.
valueBrushThe value.
Sets the geometry stretch attached property.
public static void SetGeometryStretch(DependencyObject obj, Stretch value)
The object.
valueStretchThe value.
Sets the geometry stoke attached property.
public static void SetGeometryStroke(DependencyObject obj, Brush value)
The object.
valueBrushThe value.
Sets the geometry stroke thickness attached property.
public static void SetGeometryStrokeThickness(DependencyObject obj, double value)
The object.
valuedoubleThe value.
Sets the geometry visibility attached property.
public static void SetGeometryVisibility(DependencyObject obj, Visibility value)
The object.
valueVisibilityThe value.