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
RadProperty
|
FillRuleProperty
Registers the FillRule attached property.
Declaration
public static readonly RadProperty FillRuleProperty
Field Value
RadProperty
|
IsShapeClosedProperty
Registers the IsShapeClosed attached property.
Declaration
public static readonly RadProperty IsShapeClosedProperty
Field Value
RadProperty
|
IsShapeFilledProperty
Registers the IsShapeFilled attached property.
Declaration
public static readonly RadProperty IsShapeFilledProperty
Field Value
RadProperty
|
StrokeProperty
Registers the Stroke attached property.
Declaration
public static readonly RadProperty StrokeProperty
Field Value
RadProperty
|
StrokeThicknessProperty
Registers the StrokeThickness attached property.
Declaration
public static readonly RadProperty StrokeThicknessProperty
Field Value
RadProperty
|
Properties
Diagram
Gets or sets the hosting diagram.
Declaration
public override RadDiagramElement Diagram { get; set; }
Property Value
RadDiagramElement
|
Overrides
DrawingService
Gets or sets the drawing service.
Declaration
public IDrawingService DrawingService { get; }
Property Value
IDrawingService
|
Methods
CreateChildElements()
GetFill(RadObject)
Gets the fill.
Declaration
public static Brush GetFill(RadObject obj)
Parameters
RadObject
obj
|
Returns
System.Drawing.Brush
|
GetFillRule(RadObject)
Gets the fill rule.
Declaration
public static FillRule GetFillRule(RadObject obj)
Parameters
RadObject
obj
|
Returns
FillRule
|
GetIsShapeClosed(RadObject)
Gets the IsShapeClosed.
Declaration
public static bool GetIsShapeClosed(RadObject obj)
Parameters
RadObject
obj
|
Returns
System.Boolean
|
GetIsShapeFilled(RadObject)
Gets the IsShapeFilled.
Declaration
public static bool GetIsShapeFilled(RadObject obj)
Parameters
RadObject
obj
The object. |
Returns
System.Boolean
|
GetStroke(RadObject)
Gets the stroke.
Declaration
public static Brush GetStroke(RadObject obj)
Parameters
RadObject
obj
|
Returns
System.Drawing.Brush
|
GetStrokeThickness(RadObject)
Gets the stroke thickness.
Declaration
public static double GetStrokeThickness(RadObject obj)
Parameters
RadObject
obj
|
Returns
System.Double
|
SetFill(RadObject, Brush)
Sets the fill.
Declaration
public static void SetFill(RadObject obj, Brush value)
Parameters
RadObject
obj
|
System.Drawing.Brush
value
|
SetFillRule(RadObject, FillRule)
Sets the fill rule.
Declaration
public static void SetFillRule(RadObject obj, FillRule value)
Parameters
RadObject
obj
|
FillRule
value
|
SetIsShapeClosed(RadObject, Boolean)
Sets the IsShapeClosed.
Declaration
public static void SetIsShapeClosed(RadObject obj, bool value)
Parameters
RadObject
obj
|
System.Boolean
value
|
SetIsShapeFilled(RadObject, Boolean)
Sets the IsShapeFilled.
Declaration
public static void SetIsShapeFilled(RadObject obj, bool value)
Parameters
RadObject
obj
|
System.Boolean
value
|
SetStroke(RadObject, Brush)
Sets the stroke.
Declaration
public static void SetStroke(RadObject obj, Brush value)
Parameters
RadObject
obj
|
System.Drawing.Brush
value
|
SetStrokeThickness(RadObject, Double)
Sets the stroke thickness.
Declaration
public static void SetStrokeThickness(RadObject obj, double value)
Parameters
RadObject
obj
|
System.Double
value
|