Interface IAdornerPartResolver
Represents interface for getting adorner parts.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IAdornerPartResolver
Methods
GetBottomLeftResizeHandleOffset(Boolean)
Gets the offset of the bottom left resize handle relative to bottom left adorner corner.
Declaration
Point GetBottomLeftResizeHandleOffset(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Point
|
GetBottomRightResizeHandleOffset(Boolean)
Gets the offset of the bottom right resize handle relative to bottom right adorner corner.
Declaration
Point GetBottomRightResizeHandleOffset(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Point
|
GetRenderTransformOrigin()
Gets the bounds of the rotation handle.
Declaration
Point GetRenderTransformOrigin()
Returns
System.Windows.Point
|
GetResizeActivationRadius()
Gets the resize handles activation radius.
Declaration
double GetResizeActivationRadius()
Returns
System.Double
|
GetRotateActivationRadius()
Gets the rotation handle activation radius.
Declaration
double GetRotateActivationRadius()
Returns
System.Double
|
GetRotationElementBounds(Boolean)
Gets the bounds of the rotation handle.
Declaration
Rect GetRotationElementBounds(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Rect
|
GetRotationElementOffset(Boolean)
Gets the offset of the rotation handle relative to top center point.
Declaration
Point GetRotationElementOffset(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Point
|
GetTopLeftResizeHandleOffset(Boolean)
Gets the offset of the top left resize handle relative to top left adorner corner.
Declaration
Point GetTopLeftResizeHandleOffset(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Point
|
GetTopRightResizeHandleOffset(Boolean)
Gets the offset of the top right resize handle relative to top right adorner corner.
Declaration
Point GetTopRightResizeHandleOffset(bool forceRecalculation = false)
Parameters
System.Boolean
forceRecalculation
|
Returns
System.Windows.Point
|