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