| C# | Visual Basic | Visual C++ |
public class ProgramaticStyle : IProgramaticStyle
Public Class ProgramaticStyle _ Implements IProgramaticStyle
public ref class ProgramaticStyle : IProgramaticStyle
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ProgramaticStyle()()()() |
Constructor
| |
| ProgramaticStyle(InvalidationManagerClient) |
Constructor
| |
| ProgramaticStyle(InvalidationManagerClient, GUIStyle) |
Constructor
| |
| Active |
Active
| |
| ActiveBackground |
NormalColor
| |
| ActiveGraphics |
ActiveGraphics
| |
| ActiveTextColor |
NormalColor
| |
| AdvancedMode |
Advanced mode fixes the rollover
| |
| Alignment |
Alignment
| |
| Border |
Border
| |
| Client | ||
| Commit()()()() | ||
| ContentOffset |
Content offset
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FixedHeight |
Fixed width
| |
| FixedWidth |
Fixed height
| |
| Focused |
Focused
| |
| FocusedBackground |
NormalColor
| |
| FocusedGraphics |
FocusedGraphics
| |
| FocusedTextColor |
NormalColor
| |
| Font |
Font
| |
| FontSize |
Font size
| |
| FontStyle |
Font style
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Hover |
Hover
| |
| HoverBackground |
NormalColor
| |
| HoverGraphics |
HoverGraphics
| |
| HoverTextColor |
NormalColor
| |
| ImagePosition |
Image position
| |
| Invalidate()()()() | ||
| Margin |
Margin
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Normal |
NormalColor
| |
| NormalBackground |
NormalColor
| |
| NormalGraphics |
NormalGraphics
| |
| NormalTextColor |
NormalColor
| |
| OnActive |
OnActive
| |
| OnActiveBackground |
NormalColor
| |
| OnActiveGraphics |
NormalColor
| |
| OnActiveTextColor |
NormalColor
| |
| OnFocused |
OnFocused
| |
| OnFocusedBackground |
NormalColor
| |
| OnFocusedGraphics |
NormalColor
| |
| OnFocusedTextColor |
NormalColor
| |
| OnHover |
OnHover
| |
| OnHoverBackground |
NormalColor
| |
| OnHoverGraphics |
NormalColor
| |
| OnHoverTextColor |
NormalColor
| |
| OnNormal |
OnNormal
| |
| OnNormalBackground |
NormalColor
| |
| OnNormalGraphics |
NormalColor
| |
| OnNormalTextColor |
NormalColor
| |
| Overflow |
Overflow
| |
| Padding |
Padding
| |
| SetMouseAbove(Boolean) | ||
| StretchHeight |
Stretch height
| |
| StretchWidth |
Stretch width
| |
| Style |
Normaly, the invalidation occurs only when we are setting the top level properties of this class
When set, the setter invalidates the style state
When changing Unity properties (e.g. label.Style.NormalColor.textColor = Color.yellow;) we have no way of registering the inner settings
However, we present this parameter which, when set to true, invalidates a style on each request (e.g. get)
Use carefully!
| |
| TextClipping |
Text clipping
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WordWrap |
Word wrap
|
| Object | |
| ProgramaticStyle | |