DrawingAdorner
Represents a drawing adorner.
Definition
Namespace:Telerik.WinControls.UI.Diagrams.Primitives
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class DrawingAdorner : DiagramAdornerBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementUIElementFrameworkElementDiagramAdornerBaseDrawingAdorner...
Implements:
Inherited Members
Constructors
Initializes a new instance of the DrawingAdorner class.
public DrawingAdorner()
Fields
Registers the Fill attached property.
public static readonly RadProperty FillProperty
Registers the FillRule attached property.
public static readonly RadProperty FillRuleProperty
Registers the IsShapeClosed attached property.
public static readonly RadProperty IsShapeClosedProperty
Registers the IsShapeFilled attached property.
public static readonly RadProperty IsShapeFilledProperty
Registers the Stroke attached property.
public static readonly RadProperty StrokeProperty
Registers the StrokeThickness attached property.
public static readonly RadProperty StrokeThicknessProperty
Properties
Gets or sets the hosting diagram.
public override RadDiagramElement Diagram { get; set; }
Overrides:
Gets or sets the drawing service.
public IDrawingService DrawingService { get; }
Methods
Called by the element when constructed. Allows inheritors to build the element tree.
protected override void CreateChildElements()
Overrides: