Class ViewMarginFixer.Margin
Inheritance
System.Object
ViewMarginFixer.Margin
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: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
[Serializable]
public class Margin
Fields
| Improve this Doc View Sourcebottom
Declaration
public float bottom
Field Value
Type | Description |
---|---|
System.Single |
left
Declaration
public float left
Field Value
Type | Description |
---|---|
System.Single |
modifyBottom
Declaration
public bool modifyBottom
Field Value
Type | Description |
---|---|
System.Boolean |
modifyLeft
Declaration
public bool modifyLeft
Field Value
Type | Description |
---|---|
System.Boolean |
modifyRight
Declaration
public bool modifyRight
Field Value
Type | Description |
---|---|
System.Boolean |
modifyTop
Declaration
public bool modifyTop
Field Value
Type | Description |
---|---|
System.Boolean |
right
Declaration
public float right
Field Value
Type | Description |
---|---|
System.Single |
top
Declaration
public float top
Field Value
Type | Description |
---|---|
System.Single |