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

Represents a static class that holds tools' attached properties.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public static class ToolsProperties

Inheritance: objectToolsProperties

Fields

TextShapeStyleProperty

DependencyProperty

Identifies the TextShapeStyle attached property.

C#
public static readonly DependencyProperty TextShapeStyleProperty

Methods

Gets the textShape style.

C#
public static Style GetTextShapeStyle(DependencyObject obj)
Parameters:objDependencyObjectReturns:

Style

Sets the textShape style.

C#
public static void SetTextShapeStyle(DependencyObject obj, Style value)
Parameters:objDependencyObjectvalueStyle