ToolsProperties
Class
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)
Style
Sets the textShape style.
C#
public static void SetTextShapeStyle(DependencyObject obj, Style value)