Back to Website
Show / Hide Table of Contents

Class AutoLayoutSettings

Inheritance
System.Object
LayoutSettings
AutoLayoutSettings
Inherited Members
LayoutSettings.Equals(Object)
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class AutoLayoutSettings : LayoutSettings

Constructors

AutoLayoutSettings()

Declaration
public AutoLayoutSettings()

Fields

AlignItems

Declaration
public AutoLayoutSettings.AutoLayoutAlignItems AlignItems
Field Value
Type Description
AutoLayoutSettings.AutoLayoutAlignItems

AnchorPoint

Declaration
public AutoLayoutSettings.AutoLayoutAnchorPoint AnchorPoint
Field Value
Type Description
AutoLayoutSettings.AutoLayoutAnchorPoint

Margin

Declaration
public int Margin
Field Value
Type Description
System.Int32

Orientation

Declaration
public AutoLayoutSettings.AutoLayoutOrientation Orientation
Field Value
Type Description
AutoLayoutSettings.AutoLayoutOrientation

Methods

Clone()

Declaration
public override LayoutSettings Clone()
Returns
Type Description
LayoutSettings
Overrides
LayoutSettings.Clone()

Equals(LayoutSettings)

Declaration
protected override bool Equals(LayoutSettings obj)
Parameters
Type Name Description
LayoutSettings obj
Returns
Type Description
System.Boolean
Overrides
LayoutSettings.Equals(LayoutSettings)
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...