Class VisualState
- Namespace
- TaleWorlds.GauntletUI
- Assembly
- TaleWorlds.GauntletUI.dll
public class VisualState
- Inheritance
-
VisualState
- Inherited Members
Constructors
VisualState(string)
public VisualState(string state)
Parameters
state
string
Properties
GotMarginBottom
public bool GotMarginBottom { get; }
Property Value
GotMarginLeft
public bool GotMarginLeft { get; }
Property Value
GotMarginRight
public bool GotMarginRight { get; }
Property Value
GotMarginTop
public bool GotMarginTop { get; }
Property Value
GotPositionXOffset
public bool GotPositionXOffset { get; }
Property Value
GotPositionYOffset
public bool GotPositionYOffset { get; }
Property Value
GotSuggestedHeight
public bool GotSuggestedHeight { get; }
Property Value
GotSuggestedWidth
public bool GotSuggestedWidth { get; }
Property Value
GotTransitionDuration
public bool GotTransitionDuration { get; }
Property Value
MarginBottom
public float MarginBottom { get; set; }
Property Value
MarginLeft
public float MarginLeft { get; set; }
Property Value
MarginRight
public float MarginRight { get; set; }
Property Value
MarginTop
public float MarginTop { get; set; }
Property Value
PositionXOffset
public float PositionXOffset { get; set; }
Property Value
PositionYOffset
public float PositionYOffset { get; set; }
Property Value
State
public string State { get; }
Property Value
SuggestedHeight
public float SuggestedHeight { get; set; }
Property Value
SuggestedWidth
public float SuggestedWidth { get; set; }
Property Value
TransitionDuration
public float TransitionDuration { get; set; }
Property Value
Methods
FillFromWidget(Widget)
public void FillFromWidget(Widget widget)
Parameters
widget
Widget
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).