Class ToolsProperties
Represents a static class that holds tools' attached properties.
Inheritance
System.Object
ToolsProperties
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public static class ToolsProperties : Object
Fields
TextShapeStyleProperty
Identifies the TextShapeStyle attached property.
Declaration
public static readonly DependencyProperty TextShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetTextShapeStyle(DependencyObject)
Gets the textShape style.
Declaration
public static Style GetTextShapeStyle(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Style
|
SetTextShapeStyle(DependencyObject, Style)
Sets the textShape style.
Declaration
public static void SetTextShapeStyle(DependencyObject obj, Style value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Style
value
|