Class
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:

cs-api-definition
public static class GeometryButtons

Inheritance: objectGeometryButtons

Fields

EllipseHeightProperty

Identifies the EllipseHeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EllipseHeightProperty

Field Value

DependencyProperty

EllipseVisibilityProperty

Identifies the EllipseVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EllipseVisibilityProperty

Field Value

DependencyProperty

EllipseWidthProperty

Identifies the EllipseWidth dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EllipseWidthProperty

Field Value

DependencyProperty

GeometryFillProperty

Identifies the GeometryFill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryFillProperty

Field Value

DependencyProperty

GeometryStretchProperty

Identifies the GeometryStretch dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryStretchProperty

Field Value

DependencyProperty

GeometryStrokeProperty

Identifies the GeometryStroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryStrokeProperty

Field Value

DependencyProperty

GeometryStrokeThicknessProperty

Identifies the GeometryStrokeThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryStrokeThicknessProperty

Field Value

DependencyProperty

GeometryVisibilityProperty

Identifies the GeometryVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryVisibilityProperty

Field Value

DependencyProperty

Methods

GetEllipseHeight(DependencyObject)

Gets the height of the ellipse attached property.

Declaration

cs-api-definition
public static double GetEllipseHeight(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

double

GetEllipseVisibility(DependencyObject)

Gets the ellipse visibility attached property.

Declaration

cs-api-definition
public static Visibility GetEllipseVisibility(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

Visibility

GetEllipseWidth(DependencyObject)

Gets the width of the ellipse attached property.

Declaration

cs-api-definition
public static double GetEllipseWidth(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

double

GetGeometryFill(DependencyObject)

Gets the geometry fill attached property.

Declaration

cs-api-definition
public static Brush GetGeometryFill(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

Brush

GetGeometryStretch(DependencyObject)

Gets the geometry stretch attached property.

Declaration

cs-api-definition
public static Stretch GetGeometryStretch(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

Stretch

GetGeometryStroke(DependencyObject)

Gets the geometry stroke attached property.

Declaration

cs-api-definition
public static Brush GetGeometryStroke(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

Brush

GetGeometryStrokeThickness(DependencyObject)

Gets the geometry stroke thickness attached property.

Declaration

cs-api-definition
public static double GetGeometryStrokeThickness(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

double

GetGeometryVisibility(DependencyObject)

Gets the geometry visibility attached property.

Declaration

cs-api-definition
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

cs-api-definition
public static void SetEllipseHeight(DependencyObject obj, double value)

Parameters

obj

DependencyObject

The object.

value

double

The value.

SetEllipseVisibility(DependencyObject, Visibility)

Sets the ellipse visibility attached property.

Declaration

cs-api-definition
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

cs-api-definition
public static void SetEllipseWidth(DependencyObject obj, double value)

Parameters

obj

DependencyObject

The object.

value

double

The value.

SetGeometryFill(DependencyObject, Brush)

Sets the geometry fill attached property.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public static void SetGeometryStrokeThickness(DependencyObject obj, double value)

Parameters

obj

DependencyObject

The object.

value

double

The value.

SetGeometryVisibility(DependencyObject, Visibility)

Sets the geometry visibility attached property.

Declaration

cs-api-definition
public static void SetGeometryVisibility(DependencyObject obj, Visibility value)

Parameters

obj

DependencyObject

The object.

value

Visibility

The value.