[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.AnchorTopRight

AnchorTopRight Method

AnchorTopRight(LayoutRect, float, float)

Anchors a LayoutRect to the top right corner and rotation angle of anchorRect.

The bottom left corner is not fixed and requires additional constraints.

Declaration
public void AnchorTopRight(LayoutRect anchorRect, float paddingTop, float paddingRight)
Public Sub AnchorTopRight(anchorRect As LayoutRect, paddingTop As Single, paddingRight As Single)
Parameters
Type Name Description
LayoutRect anchorRect

The referenced LayoutRect or null to reference the owner LayoutView.

float paddingTop

The inner padding relative to the top side of the anchorRect.

float paddingRight

The inner padding relative to the right side of the anchorRect.

AnchorTopRight(LayoutRect, float, float, float, float)

Anchors a LayoutRect to the top right corner and rotation angle of anchorRect and sets width/height.

Declaration
public void AnchorTopRight(LayoutRect anchorRect, float paddingTop, float paddingRight, float width, float height)
Public Sub AnchorTopRight(anchorRect As LayoutRect, paddingTop As Single, paddingRight As Single, width As Single, height As Single)
Parameters
Type Name Description
LayoutRect anchorRect

The referenced LayoutRect or null to reference the owner LayoutView.

float paddingTop

The inner padding relative to the top side of the anchorRect.

float paddingRight

The inner padding relative to the right side of the anchorRect.

float width

The proposed width.

float height

The proposed height.