Class LayoutedWidget
Summary description for ILayoutedRange.
Inheritance
System.Object
LayoutedWidget
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 LayoutedWidget
Constructors
LayoutedWidget(IWidget)
Declaration
public LayoutedWidget(IWidget widget)
Parameters
| Type | Name | Description |
|---|---|---|
| IWidget | widget |
LayoutedWidget(IWidget, PointF)
Declaration
public LayoutedWidget(IWidget widget, PointF location)
Parameters
| Type | Name | Description |
|---|---|---|
| IWidget | widget | |
| System.Drawing.PointF | location |
Properties
Bounds
Declaration
public RectangleF Bounds { get; set; }
Property Value
| Type |
|---|
| System.Drawing.RectangleF |
ChildWidgets
Declaration
public LayoutedWidgetList ChildWidgets { get; }
Property Value
| Type |
|---|
| LayoutedWidgetList |
TextTag
Gets or sets the text tag.
Declaration
public string TextTag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The text tag. |
Widget
Declaration
public IWidget Widget { get; }
Property Value
| Type |
|---|
| IWidget |
Methods
AlignBottom(CustomGraphics)
Declaration
public void AlignBottom(CustomGraphics g)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomGraphics | g |
AlignJustify(CustomGraphics, Double)
Aligns the justify.
Declaration
public void AlignJustify(CustomGraphics CustomGraphics, double subWidth)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomGraphics | CustomGraphics | The custom graphics. |
| System.Double | subWidth | Width of the sub. |
Draw(CustomGraphics)
Declaration
public void Draw(CustomGraphics g)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomGraphics | g |
ShiftLocation(Double, Double)
Declaration
public void ShiftLocation(double xOffset, double yOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | xOffset | |
| System.Double | yOffset |