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