DiagramBehaviors
Class
Represents a class containing diagram behaviors exposed via attached properties.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class DiagramBehaviors : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDiagramBehaviors
Implements:
Inherited Members
Constructors
C#
public DiagramBehaviors()
Fields
Registers the TextElementForeground dependency property.
C#
public static readonly RadProperty TextElementForegroundProperty
Registers the TextWrapping dependency property.
C#
public static readonly RadProperty TextWrappingProperty
Methods
Gets the value of TextWrappingProperty property.
Sets the TextWrappingProperty property.
C#
public static void SetTextWrapping(RadObject obj, TextWrapping value)