ClassDiagramBehaviors
Class
Represents a class containing diagram behaviors exposed via attached properties.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class DiagramBehaviors : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDiagramBehaviors
Implements:
Inherited Members
Constructors
DiagramBehaviors()
Declaration
cs-api-definition
public DiagramBehaviors()
Fields
TextElementForegroundProperty
Registers the TextElementForeground dependency property.
Declaration
cs-api-definition
public static readonly RadProperty TextElementForegroundProperty
Field Value
TextWrappingProperty
Registers the TextWrapping dependency property.
Declaration
cs-api-definition
public static readonly RadProperty TextWrappingProperty
Field Value
Methods
GetTextElementForeground(RadObject)
Gets the text element foreground.
GetTextWrapping(RadObject)
Gets the value of TextWrappingProperty property.
Declaration
cs-api-definition
public static TextWrapping GetTextWrapping(RadObject obj)
Parameters
obj
Returns
SetTextElementForeground(RadObject, Brush)
Sets the text element foreground.
SetTextWrapping(RadObject, TextWrapping)
Sets the TextWrappingProperty property.
Declaration
cs-api-definition
public static void SetTextWrapping(RadObject obj, TextWrapping value)
Parameters
obj
value