Show / Hide Table of Contents

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 Source

bottom

Declaration
public float bottom
Field Value
Type Description
System.Single
| Improve this Doc View Source

left

Declaration
public float left
Field Value
Type Description
System.Single
| Improve this Doc View Source

modifyBottom

Declaration
public bool modifyBottom
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

modifyLeft

Declaration
public bool modifyLeft
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

modifyRight

Declaration
public bool modifyRight
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

modifyTop

Declaration
public bool modifyTop
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

right

Declaration
public float right
Field Value
Type Description
System.Single
| Improve this Doc View Source

top

Declaration
public float top
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX