Class LayoutArea
Summary description for LayoutArea.
Inheritance
System.Object
LayoutArea
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class LayoutArea
Constructors
LayoutArea()
Declaration
public LayoutArea()
LayoutArea(RectangleF)
Declaration
public LayoutArea(RectangleF area)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.RectangleF | area |
LayoutArea(RectangleF, ILayoutSpacingsInfo)
Declaration
public LayoutArea(RectangleF area, ILayoutSpacingsInfo spacings)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.RectangleF | area | |
ILayoutSpacingsInfo | spacings |
Properties
ClientActiveArea
Gets the client active area.
Declaration
public RectangleF ClientActiveArea { get; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF | The client active area. |
ClientArea
Gets the client area.
Declaration
public RectangleF ClientArea { get; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF | The client area. |
Height
Gets the height.
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double | The height. |
Margins
Gets the margins.
Declaration
public Spacings Margins { get; }
Property Value
Type | Description |
---|---|
Spacings | The margins. |
OuterArea
Gets the outer area.
Declaration
public RectangleF OuterArea { get; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF | The outer area. |
Paddings
Gets the paddings.
Declaration
public Spacings Paddings { get; }
Property Value
Type | Description |
---|---|
Spacings | The paddings. |
SkipSubtractWhenInvalidParameter
Gets or sets a value indicating whether [skips subtract when invalid parameter].
Declaration
public bool SkipSubtractWhenInvalidParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if [skips subtract when invalid parameter]; otherwise, false. |
Width
Gets the width.
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double | The width. |
Methods
CutFromLeft(Double)
Cuts from left.
Declaration
public void CutFromLeft(double x)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x. |
CutFromTop()
Cuts from top.
Declaration
public void CutFromTop()
CutFromTop(Double)
Cuts from top.
Declaration
public void CutFromTop(double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | y | The y. |
TryFit(SizeF)
Tries the fit.
Declaration
public bool TryFit(SizeF s)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | s | The size. |
Returns
Type |
---|
System.Boolean |
TryFit(SizeF, Boolean, Boolean)
Tries the fit.
Declaration
public bool TryFit(SizeF s, bool clippdeVert, bool clippedHoriz)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | s | The size. |
System.Boolean | clippdeVert | if set to |
System.Boolean | clippedHoriz | if set to |
Returns
Type |
---|
System.Boolean |