Class AlignmentAdorner
Represents AligningAdorner.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class AlignmentAdorner : DiagramAdornerBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
AlignmentAdorner()
Declaration
public AlignmentAdorner()
Fields
HorizontalLineStrokeDashArrayProperty
Identifies the HorizontalLineStrokeDashArray attached property.
Declaration
public static readonly RadProperty HorizontalLineStrokeDashArrayProperty
Field Value
HorizontalLineStrokeProperty
Identifies the HorizontalLineStroke attached property.
Declaration
public static readonly RadProperty HorizontalLineStrokeProperty
Field Value
HorizontalLineStrokeThicknessProperty
Identifies the HorizontalLineStrokeThickness attached property.
Declaration
public static readonly RadProperty HorizontalLineStrokeThicknessProperty
Field Value
VerticalLineStrokeDashArrayProperty
Identifies the VerticalLineStrokeDashArray attached property.
Declaration
public static readonly RadProperty VerticalLineStrokeDashArrayProperty
Field Value
VerticalLineStrokeProperty
Identifies the VerticalLineStroke attached property.
Declaration
public static readonly RadProperty VerticalLineStrokeProperty
Field Value
VerticalLineStrokeThicknessProperty
Identifies the VerticalLineStrokeThickness attached property.
Declaration
public static readonly RadProperty VerticalLineStrokeThicknessProperty
Field Value
Methods
CreateChildElements()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
protected override void CreateChildElements()
Overrides
DrawAligningLines(IEnumerable<Rect>)
Draw snapping lines.
Declaration
public void DrawAligningLines(IEnumerable<Rect> logicalLines)
Parameters
System.
|
GetHorizontalLineStroke(RadObject)
Gets the alignment adorner HorizontalLineStroke property.
Declaration
public static Brush GetHorizontalLineStroke(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetHorizontalLineStrokeDashArray(RadObject)
Gets the alignment adorner HorizontalLineStrokeDashArray property.
Declaration
public static DoubleCollection GetHorizontalLineStrokeDashArray(RadObject obj)
Parameters
Rad
|
Returns
GetHorizontalLineStrokeThickness(RadObject)
Gets the alignment adorner HorizontalLineStrokeThickness property.
Declaration
public static double GetHorizontalLineStrokeThickness(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetVerticalLineStroke(RadObject)
Gets the alignment adorner VerticalLineStroke property.
Declaration
public static Brush GetVerticalLineStroke(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetVerticalLineStrokeDashArray(RadObject)
Gets the alignment adorner VerticalLineStrokeDashArray property.
Declaration
public static DoubleCollection GetVerticalLineStrokeDashArray(RadObject obj)
Parameters
Rad
|
Returns
GetVerticalLineStrokeThickness(RadObject)
Gets the alignment adorner VerticalLineStrokeThickness property.
Declaration
public static double GetVerticalLineStrokeThickness(RadObject obj)
Parameters
Rad
|
Returns
System.
|
SetHorizontalLineStroke(RadObject, Brush)
Sets the alignment adorner HorizontalLineStroke property.
Declaration
public static void SetHorizontalLineStroke(RadObject obj, Brush value)
Parameters
Rad
|
System.
|
SetHorizontalLineStrokeDashArray(RadObject, DoubleCollection)
Sets the alignment adorner HorizontalLineStrokeDashArray property.
Declaration
public static void SetHorizontalLineStrokeDashArray(RadObject obj, DoubleCollection value)
Parameters
Rad
|
Double
|
SetHorizontalLineStrokeThickness(RadObject, Double)
Sets the alignment adorner HorizontalLineStrokeThickness property.
Declaration
public static void SetHorizontalLineStrokeThickness(RadObject obj, double value)
Parameters
Rad
|
System.
|
SetVerticalLineStroke(RadObject, Brush)
Sets the alignment adorner VerticalLineStroke property.
Declaration
public static void SetVerticalLineStroke(RadObject obj, Brush value)
Parameters
Rad
|
System.
|
SetVerticalLineStrokeDashArray(RadObject, DoubleCollection)
Sets the alignment adorner VerticalLineStrokeDashArray property.
Declaration
public static void SetVerticalLineStrokeDashArray(RadObject obj, DoubleCollection value)
Parameters
Rad
|
Double
|
SetVerticalLineStrokeThickness(RadObject, Double)
Sets the alignment adorner VerticalLineStrokeThickness property.
Declaration
public static void SetVerticalLineStrokeThickness(RadObject obj, double value)
Parameters
Rad
|
System.
|