Class StyleModelV1
Version one of the Dalamud style model.
Inheritance
System.Object
StyleModelV1
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()
Assembly: Dalamud.dll
Syntax
public class StyleModelV1 : StyleModel
Properties
|
Improve this Doc
View Source
Alpha
Declaration
public float Alpha { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
ButtonTextAlign
Declaration
public Vector2 ButtonTextAlign { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
CellPadding
Declaration
public Vector2 CellPadding { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
ChildBorderSize
Declaration
public float ChildBorderSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
ChildRounding
Declaration
public float ChildRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Colors
Gets or sets a dictionary mapping ImGui color names to colors.
Declaration
public Dictionary<string, Vector4> Colors { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Numerics.Vector4> |
|
|
Improve this Doc
View Source
DalamudClassic
Gets the standard Dalamud look.
Declaration
public static StyleModelV1 DalamudClassic { get; }
Property Value
|
Improve this Doc
View Source
DalamudStandard
Gets the standard Dalamud look.
Declaration
public static StyleModelV1 DalamudStandard { get; }
Property Value
|
Improve this Doc
View Source
DisplaySafeAreaPadding
Declaration
public Vector2 DisplaySafeAreaPadding { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
FrameBorderSize
Declaration
public float FrameBorderSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
FramePadding
Declaration
public Vector2 FramePadding { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
FrameRounding
Declaration
public float FrameRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GrabMinSize
Declaration
public float GrabMinSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GrabRounding
Declaration
public float GrabRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
IndentSpacing
Declaration
public float IndentSpacing { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
ItemInnerSpacing
Declaration
public Vector2 ItemInnerSpacing { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
ItemSpacing
Declaration
public Vector2 ItemSpacing { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
LogSliderDeadzone
Declaration
public float LogSliderDeadzone { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PopupBorderSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PopupRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ScrollbarRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ScrollbarSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
SelectableTextAlign
Declaration
public Vector2 SelectableTextAlign { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
SerializedPrefix
Gets the version prefix for this version.
Declaration
public static string SerializedPrefix { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TabBorderSize
Declaration
public float TabBorderSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
TabRounding
Declaration
public float TabRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public Vector2 TouchExtraPadding { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
WindowBorderSize
Declaration
public float WindowBorderSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Declaration
public ImGuiDir WindowMenuButtonPosition { get; set; }
Property Value
|
Improve this Doc
View Source
WindowPadding
Declaration
public Vector2 WindowPadding { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
WindowRounding
Declaration
public float WindowRounding { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
WindowTitleAlign
Declaration
public Vector2 WindowTitleAlign { get; set; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
Methods
|
Improve this Doc
View Source
Apply()
Apply this StyleModel via ImGui.
Declaration
public override void Apply()
Overrides
|
Improve this Doc
View Source
Get()
Declaration
public static StyleModelV1 Get()
Returns
|
Improve this Doc
View Source
Pop()
Pop this style model from the ImGui style/color stack.
Declaration
public override void Pop()
Overrides
|
Improve this Doc
View Source
Push()
Push this StyleModel into the ImGui style/color stack.
Declaration
public override void Push()
Overrides