ClassRadDiagramTextShape
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Diagram")]
public class RadDiagramTextShape : RadDiagramShapeBase, ITextShape, IShape, IDiagramItem, ISerializable, ISupportMouseOver, IPropertyChanged, IGroupable, ISupportManipulation, ISupportVirtualization, IContainerChild, ICollapsible, ISupportRotation
Inheritance: objectRadDiagramItemRadDiagramShapeBaseRadDiagramTextShape
Implements:
Inherited Members
Constructors
RadDiagramTextShape()
Initializes a new instance of the RadDiagramTextShape class.
Declaration
cs-api-definition
public RadDiagramTextShape()
Methods
OnCreateAutomationPeer()
Creates a peer associated with this object.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
An instance of the .
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.