Class PadesVisualRectangle
Inheritance
PadesVisualRectangle
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesVisualRectangle
Constructors
PadesVisualRectangle()
Declaration
public PadesVisualRectangle()
Properties
Bottom
Declaration
public double? Bottom { get; set; }
Property Value
Height
Declaration
public double? Height { get; set; }
Property Value
Left
Declaration
public double? Left { get; set; }
Property Value
Right
Declaration
public double? Right { get; set; }
Property Value
Top
Declaration
public double? Top { get; set; }
Property Value
Width
Declaration
public double? Width { get; set; }
Property Value
Methods
SetFullStretch(Double)
Declaration
public void SetFullStretch(double allMargins)
Parameters
Type |
Name |
Description |
Double |
allMargins |
|
SetFullStretch(Double, Double)
Declaration
public void SetFullStretch(double topAndBottom, double leftAndRight)
Parameters
Type |
Name |
Description |
Double |
topAndBottom |
|
Double |
leftAndRight |
|
SetFullStretch(Double, Double, Double, Double)
Declaration
public void SetFullStretch(double top, double right, double bottom, double left)
Parameters
SetHeightBottomAnchored(Double, Double)
Declaration
public void SetHeightBottomAnchored(double height, double bottom)
Parameters
SetHeightCentered(Double)
Declaration
public void SetHeightCentered(double height)
Parameters
Type |
Name |
Description |
Double |
height |
|
SetHeightTopAnchored(Double, Double)
Declaration
public void SetHeightTopAnchored(double height, double top)
Parameters
SetHorizontalStretch(Double)
Declaration
public void SetHorizontalStretch(double leftAndRight)
Parameters
Type |
Name |
Description |
Double |
leftAndRight |
|
SetHorizontalStretch(Double, Double)
Declaration
public void SetHorizontalStretch(double left, double right)
Parameters
SetVerticalStretch(Double)
Declaration
public void SetVerticalStretch(double topAndBottom)
Parameters
Type |
Name |
Description |
Double |
topAndBottom |
|
SetVerticalStretch(Double, Double)
Declaration
public void SetVerticalStretch(double top, double bottom)
Parameters
SetWidthCentered(Double)
Declaration
public void SetWidthCentered(double width)
Parameters
Type |
Name |
Description |
Double |
width |
|
SetWidthLeftAnchored(Double, Double)
Declaration
public void SetWidthLeftAnchored(double width, double left)
Parameters
SetWidthRightAnchored(Double, Double)
Declaration
public void SetWidthRightAnchored(double width, double right)
Parameters