Class DrawingAdorner
Represents a drawing adorner.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DrawingAdorner : DiagramAdornerBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
DrawingAdorner()
Fields
FillProperty
Registers the Fill attached property.
Declaration
public static readonly RadProperty FillProperty
Field Value
FillRuleProperty
Registers the FillRule attached property.
Declaration
public static readonly RadProperty FillRuleProperty
Field Value
IsShapeClosedProperty
Registers the IsShapeClosed attached property.
Declaration
public static readonly RadProperty IsShapeClosedProperty
Field Value
IsShapeFilledProperty
Registers the IsShapeFilled attached property.
Declaration
public static readonly RadProperty IsShapeFilledProperty
Field Value
StrokeProperty
Registers the Stroke attached property.
Declaration
public static readonly RadProperty StrokeProperty
Field Value
StrokeThicknessProperty
Registers the StrokeThickness attached property.
Declaration
public static readonly RadProperty StrokeThicknessProperty
Field Value
Properties
Diagram
Gets or sets the hosting diagram.
Declaration
public override RadDiagramElement Diagram { get; set; }
Property Value
Overrides
DrawingService
Gets or sets the drawing service.
Declaration
public IDrawingService DrawingService { get; }
Property Value
Methods
CreateChildElements()
GetFill(RadObject)
Gets the fill.
Declaration
public static Brush GetFill(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetFillRule(RadObject)
Gets the fill rule.
Declaration
public static FillRule GetFillRule(RadObject obj)
Parameters
Rad
|
Returns
GetIsShapeClosed(RadObject)
Gets the IsShapeClosed.
Declaration
public static bool GetIsShapeClosed(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetIsShapeFilled(RadObject)
Gets the IsShapeFilled.
Declaration
public static bool GetIsShapeFilled(RadObject obj)
Parameters
Rad The object. |
Returns
System.
|
GetStroke(RadObject)
Gets the stroke.
Declaration
public static Brush GetStroke(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetStrokeThickness(RadObject)
Gets the stroke thickness.
Declaration
public static double GetStrokeThickness(RadObject obj)
Parameters
Rad
|
Returns
System.
|
SetFill(RadObject, Brush)
Sets the fill.
Declaration
public static void SetFill(RadObject obj, Brush value)
Parameters
Rad
|
System.
|
SetFillRule(RadObject, FillRule)
Sets the fill rule.
Declaration
public static void SetFillRule(RadObject obj, FillRule value)
Parameters
SetIsShapeClosed(RadObject, Boolean)
Sets the IsShapeClosed.
Declaration
public static void SetIsShapeClosed(RadObject obj, bool value)
Parameters
Rad
|
System.
|
SetIsShapeFilled(RadObject, Boolean)
Sets the IsShapeFilled.
Declaration
public static void SetIsShapeFilled(RadObject obj, bool value)
Parameters
Rad
|
System.
|
SetStroke(RadObject, Brush)
Sets the stroke.
Declaration
public static void SetStroke(RadObject obj, Brush value)
Parameters
Rad
|
System.
|
SetStrokeThickness(RadObject, Double)
Sets the stroke thickness.
Declaration
public static void SetStrokeThickness(RadObject obj, double value)
Parameters
Rad
|
System.
|