New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public static class GeometryButtons

Inheritance: objectGeometryButtons

Fields

EllipseHeightProperty

DependencyProperty

Identifies the EllipseHeight dependency property.

C#
public static readonly DependencyProperty EllipseHeightProperty

EllipseVisibilityProperty

DependencyProperty

Identifies the EllipseVisibility dependency property.

C#
public static readonly DependencyProperty EllipseVisibilityProperty

EllipseWidthProperty

DependencyProperty

Identifies the EllipseWidth dependency property.

C#
public static readonly DependencyProperty EllipseWidthProperty

GeometryFillProperty

DependencyProperty

Identifies the GeometryFill dependency property.

C#
public static readonly DependencyProperty GeometryFillProperty

GeometryStretchProperty

DependencyProperty

Identifies the GeometryStretch dependency property.

C#
public static readonly DependencyProperty GeometryStretchProperty

GeometryStrokeProperty

DependencyProperty

Identifies the GeometryStroke dependency property.

C#
public static readonly DependencyProperty GeometryStrokeProperty

Identifies the GeometryStrokeThickness dependency property.

C#
public static readonly DependencyProperty GeometryStrokeThicknessProperty

GeometryVisibilityProperty

DependencyProperty

Identifies the GeometryVisibility dependency property.

C#
public static readonly DependencyProperty GeometryVisibilityProperty

Methods

Gets the height of the ellipse attached property.

C#
public static double GetEllipseHeight(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

double

Gets the ellipse visibility attached property.

C#
public static Visibility GetEllipseVisibility(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Visibility

Gets the width of the ellipse attached property.

C#
public static double GetEllipseWidth(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

double

Gets the geometry fill attached property.

C#
public static Brush GetGeometryFill(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Brush

Gets the geometry stretch attached property.

C#
public static Stretch GetGeometryStretch(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Stretch

Gets the geometry stroke attached property.

C#
public static Brush GetGeometryStroke(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Brush

Gets the geometry stroke thickness attached property.

C#
public static double GetGeometryStrokeThickness(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

double

Gets the geometry visibility attached property.

C#
public static Visibility GetGeometryVisibility(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Visibility

Sets the height of the ellipse attached property.

C#
public static void SetEllipseHeight(DependencyObject obj, double value)
Parameters:objDependencyObject

The object.

valuedouble

The value.

Sets the ellipse visibility attached property.

C#
public static void SetEllipseVisibility(DependencyObject obj, Visibility value)
Parameters:objDependencyObject

The object.

valueVisibility

The value.

Sets the width of the ellipse attached property.

C#
public static void SetEllipseWidth(DependencyObject obj, double value)
Parameters:objDependencyObject

The object.

valuedouble

The value.

Sets the geometry fill attached property.

C#
public static void SetGeometryFill(DependencyObject obj, Brush value)
Parameters:objDependencyObject

The object.

valueBrush

The value.

Sets the geometry stretch attached property.

C#
public static void SetGeometryStretch(DependencyObject obj, Stretch value)
Parameters:objDependencyObject

The object.

valueStretch

The value.

Sets the geometry stoke attached property.

C#
public static void SetGeometryStroke(DependencyObject obj, Brush value)
Parameters:objDependencyObject

The object.

valueBrush

The value.

Sets the geometry stroke thickness attached property.

C#
public static void SetGeometryStrokeThickness(DependencyObject obj, double value)
Parameters:objDependencyObject

The object.

valuedouble

The value.

Sets the geometry visibility attached property.

C#
public static void SetGeometryVisibility(DependencyObject obj, Visibility value)
Parameters:objDependencyObject

The object.

valueVisibility

The value.