### YamlMime:ManagedReference items: - uid: MLEM.Ui.Style.UiStyle commentId: T:MLEM.Ui.Style.UiStyle id: UiStyle parent: MLEM.Ui.Style children: - MLEM.Ui.Style.UiStyle.#ctor - MLEM.Ui.Style.UiStyle.#ctor(MLEM.Ui.Style.UiStyle) - MLEM.Ui.Style.UiStyle.ActionSound - MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) - MLEM.Ui.Style.UiStyle.AdditionalFonts - MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) - MLEM.Ui.Style.UiStyle.ButtonDisabledColor - MLEM.Ui.Style.UiStyle.ButtonDisabledTexture - MLEM.Ui.Style.UiStyle.ButtonHoveredColor - MLEM.Ui.Style.UiStyle.ButtonHoveredTexture - MLEM.Ui.Style.UiStyle.ButtonTexture - MLEM.Ui.Style.UiStyle.CheckboxCheckmark - MLEM.Ui.Style.UiStyle.CheckboxDisabledColor - MLEM.Ui.Style.UiStyle.CheckboxDisabledTexture - MLEM.Ui.Style.UiStyle.CheckboxHoveredColor - MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture - MLEM.Ui.Style.UiStyle.CheckboxTextOffsetX - MLEM.Ui.Style.UiStyle.CheckboxTexture - MLEM.Ui.Style.UiStyle.Font - MLEM.Ui.Style.UiStyle.LinkColor - MLEM.Ui.Style.UiStyle.MouseEnterAnimation - MLEM.Ui.Style.UiStyle.MouseExitAnimation - MLEM.Ui.Style.UiStyle.PanelChildPadding - MLEM.Ui.Style.UiStyle.PanelColor - MLEM.Ui.Style.UiStyle.PanelScrollBarOffset - MLEM.Ui.Style.UiStyle.PanelScrollerSize - MLEM.Ui.Style.UiStyle.PanelStepPerScroll - MLEM.Ui.Style.UiStyle.PanelTexture - MLEM.Ui.Style.UiStyle.ProgressBarColor - MLEM.Ui.Style.UiStyle.ProgressBarProgressColor - MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding - MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture - MLEM.Ui.Style.UiStyle.ProgressBarTexture - MLEM.Ui.Style.UiStyle.RadioCheckmark - MLEM.Ui.Style.UiStyle.RadioHoveredColor - MLEM.Ui.Style.UiStyle.RadioHoveredTexture - MLEM.Ui.Style.UiStyle.RadioTexture - MLEM.Ui.Style.UiStyle.ScrollBarBackground - MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture - MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrollFactor - MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrolling - MLEM.Ui.Style.UiStyle.SelectionIndicator - MLEM.Ui.Style.UiStyle.TextAlignment - MLEM.Ui.Style.UiStyle.TextColor - MLEM.Ui.Style.UiStyle.TextFieldCaretWidth - MLEM.Ui.Style.UiStyle.TextFieldHoveredColor - MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture - MLEM.Ui.Style.UiStyle.TextFieldTextOffsetX - MLEM.Ui.Style.UiStyle.TextFieldTexture - MLEM.Ui.Style.UiStyle.TextScale - MLEM.Ui.Style.UiStyle.TooltipAutoNavAnchor - MLEM.Ui.Style.UiStyle.TooltipAutoNavOffset - MLEM.Ui.Style.UiStyle.TooltipBackground - MLEM.Ui.Style.UiStyle.TooltipChildPadding - MLEM.Ui.Style.UiStyle.TooltipDelay - MLEM.Ui.Style.UiStyle.TooltipMouseAnchor - MLEM.Ui.Style.UiStyle.TooltipOffset - MLEM.Ui.Style.UiStyle.TooltipTextColor - MLEM.Ui.Style.UiStyle.TooltipTextWidth - MLEM.Ui.Style.UiStyle.TooltipUseAutoNavBehaviorForMouse langs: - csharp - vb name: UiStyle nameWithType: UiStyle fullName: MLEM.Ui.Style.UiStyle type: Class source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: UiStyle path: ../MLEM.Ui/Style/UiStyle.cs startLine: 18 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- The style settings for a . Each uses these style settings by default, however you can also change these settings per element using the elements' individual style settings. Additional styles for built-in or custom element types can easily be added using . example: [] syntax: content: 'public class UiStyle : GenericDataHolder, IGenericDataHolder' content.vb: Public Class UiStyle Inherits GenericDataHolder Implements IGenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder derivedClasses: - MLEM.Ui.Style.UntexturedStyle implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetDataKeys - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - uid: MLEM.Ui.Style.UiStyle.SelectionIndicator commentId: F:MLEM.Ui.Style.UiStyle.SelectionIndicator id: SelectionIndicator parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: SelectionIndicator nameWithType: UiStyle.SelectionIndicator fullName: MLEM.Ui.Style.UiStyle.SelectionIndicator type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: SelectionIndicator path: ../MLEM.Ui/Style/UiStyle.cs startLine: 23 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that is rendered on top of the example: [] syntax: content: public NinePatch SelectionIndicator return: type: MLEM.Textures.NinePatch content.vb: Public SelectionIndicator As NinePatch - uid: MLEM.Ui.Style.UiStyle.MouseEnterAnimation commentId: F:MLEM.Ui.Style.UiStyle.MouseEnterAnimation id: MouseEnterAnimation parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: MouseEnterAnimation nameWithType: UiStyle.MouseEnterAnimation fullName: MLEM.Ui.Style.UiStyle.MouseEnterAnimation type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MouseEnterAnimation path: ../MLEM.Ui/Style/UiStyle.cs startLine: 27 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: A that is played when the mouse enters an element. example: [] syntax: content: public UiAnimation MouseEnterAnimation return: type: MLEM.Ui.UiAnimation content.vb: Public MouseEnterAnimation As UiAnimation - uid: MLEM.Ui.Style.UiStyle.MouseExitAnimation commentId: F:MLEM.Ui.Style.UiStyle.MouseExitAnimation id: MouseExitAnimation parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: MouseExitAnimation nameWithType: UiStyle.MouseExitAnimation fullName: MLEM.Ui.Style.UiStyle.MouseExitAnimation type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MouseExitAnimation path: ../MLEM.Ui/Style/UiStyle.cs startLine: 31 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: A that is played when the mouse exists an element. example: [] syntax: content: public UiAnimation MouseExitAnimation return: type: MLEM.Ui.UiAnimation content.vb: Public MouseExitAnimation As UiAnimation - uid: MLEM.Ui.Style.UiStyle.ButtonTexture commentId: F:MLEM.Ui.Style.UiStyle.ButtonTexture id: ButtonTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ButtonTexture nameWithType: UiStyle.ButtonTexture fullName: MLEM.Ui.Style.UiStyle.ButtonTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ButtonTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 35 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses example: [] syntax: content: public NinePatch ButtonTexture return: type: MLEM.Textures.NinePatch content.vb: Public ButtonTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredTexture id: ButtonHoveredTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ButtonHoveredTexture nameWithType: UiStyle.ButtonHoveredTexture fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ButtonHoveredTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 40 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- The texture that the element uses when it is moused over () Note that, if you just want to change the button's color when hovered, use . example: [] syntax: content: public NinePatch ButtonHoveredTexture return: type: MLEM.Textures.NinePatch content.vb: Public ButtonHoveredTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ButtonHoveredColor commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredColor id: ButtonHoveredColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ButtonHoveredColor nameWithType: UiStyle.ButtonHoveredColor fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ButtonHoveredColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 44 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element renders with when it is moused over () example: [] syntax: content: public Color ButtonHoveredColor return: type: Microsoft.Xna.Framework.Color content.vb: Public ButtonHoveredColor As Color - uid: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledTexture id: ButtonDisabledTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ButtonDisabledTexture nameWithType: UiStyle.ButtonDisabledTexture fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ButtonDisabledTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 48 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses when it example: [] syntax: content: public NinePatch ButtonDisabledTexture return: type: MLEM.Textures.NinePatch content.vb: Public ButtonDisabledTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ButtonDisabledColor commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledColor id: ButtonDisabledColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ButtonDisabledColor nameWithType: UiStyle.ButtonDisabledColor fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ButtonDisabledColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 52 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element uses when it example: [] syntax: content: public Color ButtonDisabledColor return: type: Microsoft.Xna.Framework.Color content.vb: Public ButtonDisabledColor As Color - uid: MLEM.Ui.Style.UiStyle.PanelTexture commentId: F:MLEM.Ui.Style.UiStyle.PanelTexture id: PanelTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelTexture nameWithType: UiStyle.PanelTexture fullName: MLEM.Ui.Style.UiStyle.PanelTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 56 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses example: [] syntax: content: public NinePatch PanelTexture return: type: MLEM.Textures.NinePatch content.vb: Public PanelTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.PanelColor commentId: F:MLEM.Ui.Style.UiStyle.PanelColor id: PanelColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelColor nameWithType: UiStyle.PanelColor fullName: MLEM.Ui.Style.UiStyle.PanelColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 60 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element draws with. example: [] syntax: content: public Color PanelColor return: type: Microsoft.Xna.Framework.Color content.vb: Public PanelColor As Color - uid: MLEM.Ui.Style.UiStyle.PanelChildPadding commentId: F:MLEM.Ui.Style.UiStyle.PanelChildPadding id: PanelChildPadding parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelChildPadding nameWithType: UiStyle.PanelChildPadding fullName: MLEM.Ui.Style.UiStyle.PanelChildPadding type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelChildPadding path: ../MLEM.Ui/Style/UiStyle.cs startLine: 64 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The to apply to a by default example: [] syntax: content: public Padding PanelChildPadding return: type: MLEM.Maths.Padding content.vb: Public PanelChildPadding As Padding - uid: MLEM.Ui.Style.UiStyle.PanelStepPerScroll commentId: F:MLEM.Ui.Style.UiStyle.PanelStepPerScroll id: PanelStepPerScroll parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelStepPerScroll nameWithType: UiStyle.PanelStepPerScroll fullName: MLEM.Ui.Style.UiStyle.PanelStepPerScroll type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelStepPerScroll path: ../MLEM.Ui/Style/UiStyle.cs startLine: 68 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The amount that a 's scrollable area is moved per single movement of the scroll wheel example: [] syntax: content: public float PanelStepPerScroll return: type: System.Single content.vb: Public PanelStepPerScroll As Single - uid: MLEM.Ui.Style.UiStyle.PanelScrollerSize commentId: F:MLEM.Ui.Style.UiStyle.PanelScrollerSize id: PanelScrollerSize parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelScrollerSize nameWithType: UiStyle.PanelScrollerSize fullName: MLEM.Ui.Style.UiStyle.PanelScrollerSize type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelScrollerSize path: ../MLEM.Ui/Style/UiStyle.cs startLine: 72 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The size of the scroller of a 's scroll bar example: [] syntax: content: public Vector2 PanelScrollerSize return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public PanelScrollerSize As Vector2 - uid: MLEM.Ui.Style.UiStyle.PanelScrollBarOffset commentId: F:MLEM.Ui.Style.UiStyle.PanelScrollBarOffset id: PanelScrollBarOffset parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: PanelScrollBarOffset nameWithType: UiStyle.PanelScrollBarOffset fullName: MLEM.Ui.Style.UiStyle.PanelScrollBarOffset type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PanelScrollBarOffset path: ../MLEM.Ui/Style/UiStyle.cs startLine: 76 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The amount of pixels of room there should be between a 's scroll bar and the rest of its content example: [] syntax: content: public float PanelScrollBarOffset return: type: System.Single content.vb: Public PanelScrollBarOffset As Single - uid: MLEM.Ui.Style.UiStyle.TextFieldTexture commentId: F:MLEM.Ui.Style.UiStyle.TextFieldTexture id: TextFieldTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextFieldTexture nameWithType: UiStyle.TextFieldTexture fullName: MLEM.Ui.Style.UiStyle.TextFieldTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextFieldTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 80 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses example: [] syntax: content: public NinePatch TextFieldTexture return: type: MLEM.Textures.NinePatch content.vb: Public TextFieldTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture id: TextFieldHoveredTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextFieldHoveredTexture nameWithType: UiStyle.TextFieldHoveredTexture fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextFieldHoveredTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 84 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses when it is moused over () example: [] syntax: content: public NinePatch TextFieldHoveredTexture return: type: MLEM.Textures.NinePatch content.vb: Public TextFieldHoveredTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredColor id: TextFieldHoveredColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextFieldHoveredColor nameWithType: UiStyle.TextFieldHoveredColor fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextFieldHoveredColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 88 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the renders with when it is moused over () example: [] syntax: content: public Color TextFieldHoveredColor return: type: Microsoft.Xna.Framework.Color content.vb: Public TextFieldHoveredColor As Color - uid: MLEM.Ui.Style.UiStyle.TextFieldTextOffsetX commentId: F:MLEM.Ui.Style.UiStyle.TextFieldTextOffsetX id: TextFieldTextOffsetX parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextFieldTextOffsetX nameWithType: UiStyle.TextFieldTextOffsetX fullName: MLEM.Ui.Style.UiStyle.TextFieldTextOffsetX type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextFieldTextOffsetX path: ../MLEM.Ui/Style/UiStyle.cs startLine: 92 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The x position that a 's text should start rendering at, based on the x position of the text field example: [] syntax: content: public float TextFieldTextOffsetX return: type: System.Single content.vb: Public TextFieldTextOffsetX As Single - uid: MLEM.Ui.Style.UiStyle.TextFieldCaretWidth commentId: F:MLEM.Ui.Style.UiStyle.TextFieldCaretWidth id: TextFieldCaretWidth parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextFieldCaretWidth nameWithType: UiStyle.TextFieldCaretWidth fullName: MLEM.Ui.Style.UiStyle.TextFieldCaretWidth type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextFieldCaretWidth path: ../MLEM.Ui/Style/UiStyle.cs startLine: 96 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The width that a 's caret should render with example: [] syntax: content: public float TextFieldCaretWidth return: type: System.Single content.vb: Public TextFieldCaretWidth As Single - uid: MLEM.Ui.Style.UiStyle.ScrollBarBackground commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarBackground id: ScrollBarBackground parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ScrollBarBackground nameWithType: UiStyle.ScrollBarBackground fullName: MLEM.Ui.Style.UiStyle.ScrollBarBackground type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ScrollBarBackground path: ../MLEM.Ui/Style/UiStyle.cs startLine: 100 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The background texture that the element uses example: [] syntax: content: public NinePatch ScrollBarBackground return: type: MLEM.Textures.NinePatch content.vb: Public ScrollBarBackground As NinePatch - uid: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture id: ScrollBarScrollerTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ScrollBarScrollerTexture nameWithType: UiStyle.ScrollBarScrollerTexture fullName: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ScrollBarScrollerTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 104 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the scroll indicator of the element uses example: [] syntax: content: public NinePatch ScrollBarScrollerTexture return: type: MLEM.Textures.NinePatch content.vb: Public ScrollBarScrollerTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrolling commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrolling id: ScrollBarSmoothScrolling parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ScrollBarSmoothScrolling nameWithType: UiStyle.ScrollBarSmoothScrolling fullName: MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrolling type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ScrollBarSmoothScrolling path: ../MLEM.Ui/Style/UiStyle.cs startLine: 108 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: Whether or not a should use smooth scrolling example: [] syntax: content: public bool ScrollBarSmoothScrolling return: type: System.Boolean content.vb: Public ScrollBarSmoothScrolling As Boolean - uid: MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrollFactor commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrollFactor id: ScrollBarSmoothScrollFactor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ScrollBarSmoothScrollFactor nameWithType: UiStyle.ScrollBarSmoothScrollFactor fullName: MLEM.Ui.Style.UiStyle.ScrollBarSmoothScrollFactor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ScrollBarSmoothScrollFactor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 112 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The factor with which a 's smooth scrolling happens example: [] syntax: content: public float ScrollBarSmoothScrollFactor return: type: System.Single content.vb: Public ScrollBarSmoothScrollFactor As Single - uid: MLEM.Ui.Style.UiStyle.CheckboxTexture commentId: F:MLEM.Ui.Style.UiStyle.CheckboxTexture id: CheckboxTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxTexture nameWithType: UiStyle.CheckboxTexture fullName: MLEM.Ui.Style.UiStyle.CheckboxTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 116 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses example: [] syntax: content: public NinePatch CheckboxTexture return: type: MLEM.Textures.NinePatch content.vb: Public CheckboxTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture id: CheckboxHoveredTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxHoveredTexture nameWithType: UiStyle.CheckboxHoveredTexture fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxHoveredTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 120 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses when it is moused over () example: [] syntax: content: public NinePatch CheckboxHoveredTexture return: type: MLEM.Textures.NinePatch content.vb: Public CheckboxHoveredTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredColor id: CheckboxHoveredColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxHoveredColor nameWithType: UiStyle.CheckboxHoveredColor fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxHoveredColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 124 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element renders with when it is moused over () example: [] syntax: content: public Color CheckboxHoveredColor return: type: Microsoft.Xna.Framework.Color content.vb: Public CheckboxHoveredColor As Color - uid: MLEM.Ui.Style.UiStyle.CheckboxDisabledTexture commentId: F:MLEM.Ui.Style.UiStyle.CheckboxDisabledTexture id: CheckboxDisabledTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxDisabledTexture nameWithType: UiStyle.CheckboxDisabledTexture fullName: MLEM.Ui.Style.UiStyle.CheckboxDisabledTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxDisabledTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 128 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses when it . example: [] syntax: content: public NinePatch CheckboxDisabledTexture return: type: MLEM.Textures.NinePatch content.vb: Public CheckboxDisabledTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.CheckboxDisabledColor commentId: F:MLEM.Ui.Style.UiStyle.CheckboxDisabledColor id: CheckboxDisabledColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxDisabledColor nameWithType: UiStyle.CheckboxDisabledColor fullName: MLEM.Ui.Style.UiStyle.CheckboxDisabledColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxDisabledColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 132 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element uses when it . example: [] syntax: content: public Color CheckboxDisabledColor return: type: Microsoft.Xna.Framework.Color content.vb: Public CheckboxDisabledColor As Color - uid: MLEM.Ui.Style.UiStyle.CheckboxCheckmark commentId: F:MLEM.Ui.Style.UiStyle.CheckboxCheckmark id: CheckboxCheckmark parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxCheckmark nameWithType: UiStyle.CheckboxCheckmark fullName: MLEM.Ui.Style.UiStyle.CheckboxCheckmark type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxCheckmark path: ../MLEM.Ui/Style/UiStyle.cs startLine: 136 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element renders on top of its regular texture when it is example: [] syntax: content: public TextureRegion CheckboxCheckmark return: type: MLEM.Textures.TextureRegion content.vb: Public CheckboxCheckmark As TextureRegion - uid: MLEM.Ui.Style.UiStyle.CheckboxTextOffsetX commentId: F:MLEM.Ui.Style.UiStyle.CheckboxTextOffsetX id: CheckboxTextOffsetX parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: CheckboxTextOffsetX nameWithType: UiStyle.CheckboxTextOffsetX fullName: MLEM.Ui.Style.UiStyle.CheckboxTextOffsetX type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CheckboxTextOffsetX path: ../MLEM.Ui/Style/UiStyle.cs startLine: 140 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The width of the space between a and its example: [] syntax: content: public float CheckboxTextOffsetX return: type: System.Single content.vb: Public CheckboxTextOffsetX As Single - uid: MLEM.Ui.Style.UiStyle.RadioTexture commentId: F:MLEM.Ui.Style.UiStyle.RadioTexture id: RadioTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: RadioTexture nameWithType: UiStyle.RadioTexture fullName: MLEM.Ui.Style.UiStyle.RadioTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: RadioTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 144 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses example: [] syntax: content: public NinePatch RadioTexture return: type: MLEM.Textures.NinePatch content.vb: Public RadioTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.RadioHoveredTexture commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredTexture id: RadioHoveredTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: RadioHoveredTexture nameWithType: UiStyle.RadioHoveredTexture fullName: MLEM.Ui.Style.UiStyle.RadioHoveredTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: RadioHoveredTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 148 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses when it is moused over () example: [] syntax: content: public NinePatch RadioHoveredTexture return: type: MLEM.Textures.NinePatch content.vb: Public RadioHoveredTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.RadioHoveredColor commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredColor id: RadioHoveredColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: RadioHoveredColor nameWithType: UiStyle.RadioHoveredColor fullName: MLEM.Ui.Style.UiStyle.RadioHoveredColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: RadioHoveredColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 152 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element renders with when it is moused over () example: [] syntax: content: public Color RadioHoveredColor return: type: Microsoft.Xna.Framework.Color content.vb: Public RadioHoveredColor As Color - uid: MLEM.Ui.Style.UiStyle.RadioCheckmark commentId: F:MLEM.Ui.Style.UiStyle.RadioCheckmark id: RadioCheckmark parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: RadioCheckmark nameWithType: UiStyle.RadioCheckmark fullName: MLEM.Ui.Style.UiStyle.RadioCheckmark type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: RadioCheckmark path: ../MLEM.Ui/Style/UiStyle.cs startLine: 156 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the renders on top of its regular texture when it is example: [] syntax: content: public TextureRegion RadioCheckmark return: type: MLEM.Textures.TextureRegion content.vb: Public RadioCheckmark As TextureRegion - uid: MLEM.Ui.Style.UiStyle.TooltipBackground commentId: F:MLEM.Ui.Style.UiStyle.TooltipBackground id: TooltipBackground parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipBackground nameWithType: UiStyle.TooltipBackground fullName: MLEM.Ui.Style.UiStyle.TooltipBackground type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipBackground path: ../MLEM.Ui/Style/UiStyle.cs startLine: 160 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the uses for its background example: [] syntax: content: public NinePatch TooltipBackground return: type: MLEM.Textures.NinePatch content.vb: Public TooltipBackground As NinePatch - uid: MLEM.Ui.Style.UiStyle.TooltipOffset commentId: F:MLEM.Ui.Style.UiStyle.TooltipOffset id: TooltipOffset parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipOffset nameWithType: UiStyle.TooltipOffset fullName: MLEM.Ui.Style.UiStyle.TooltipOffset type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipOffset path: ../MLEM.Ui/Style/UiStyle.cs startLine: 164 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The offset of the element's top left corner from the mouse position example: [] syntax: content: public Vector2 TooltipOffset return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public TooltipOffset As Vector2 - uid: MLEM.Ui.Style.UiStyle.TooltipAutoNavOffset commentId: F:MLEM.Ui.Style.UiStyle.TooltipAutoNavOffset id: TooltipAutoNavOffset parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipAutoNavOffset nameWithType: UiStyle.TooltipAutoNavOffset fullName: MLEM.Ui.Style.UiStyle.TooltipAutoNavOffset type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipAutoNavOffset path: ../MLEM.Ui/Style/UiStyle.cs startLine: 168 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The offset of the element's top center coordinate from the bottom center of the element snapped to when is true. example: [] syntax: content: public Vector2 TooltipAutoNavOffset return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public TooltipAutoNavOffset As Vector2 - uid: MLEM.Ui.Style.UiStyle.TooltipAutoNavAnchor commentId: F:MLEM.Ui.Style.UiStyle.TooltipAutoNavAnchor id: TooltipAutoNavAnchor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipAutoNavAnchor nameWithType: UiStyle.TooltipAutoNavAnchor fullName: MLEM.Ui.Style.UiStyle.TooltipAutoNavAnchor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipAutoNavAnchor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 172 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The auto-nav anchor that is used or tooltips by default. example: [] syntax: content: public Anchor TooltipAutoNavAnchor return: type: MLEM.Ui.Anchor content.vb: Public TooltipAutoNavAnchor As Anchor - uid: MLEM.Ui.Style.UiStyle.TooltipMouseAnchor commentId: F:MLEM.Ui.Style.UiStyle.TooltipMouseAnchor id: TooltipMouseAnchor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipMouseAnchor nameWithType: UiStyle.TooltipMouseAnchor fullName: MLEM.Ui.Style.UiStyle.TooltipMouseAnchor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipMouseAnchor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 176 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The mouse anchor that is used for tooltips by default. example: [] syntax: content: public Anchor TooltipMouseAnchor return: type: MLEM.Ui.Anchor content.vb: Public TooltipMouseAnchor As Anchor - uid: MLEM.Ui.Style.UiStyle.TooltipUseAutoNavBehaviorForMouse commentId: F:MLEM.Ui.Style.UiStyle.TooltipUseAutoNavBehaviorForMouse id: TooltipUseAutoNavBehaviorForMouse parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipUseAutoNavBehaviorForMouse nameWithType: UiStyle.TooltipUseAutoNavBehaviorForMouse fullName: MLEM.Ui.Style.UiStyle.TooltipUseAutoNavBehaviorForMouse type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipUseAutoNavBehaviorForMouse path: ../MLEM.Ui/Style/UiStyle.cs startLine: 180 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: Whether tooltips should use auto-nav rendering behavior for tooltips even when using a mouse by default. example: [] syntax: content: public bool TooltipUseAutoNavBehaviorForMouse return: type: System.Boolean content.vb: Public TooltipUseAutoNavBehaviorForMouse As Boolean - uid: MLEM.Ui.Style.UiStyle.TooltipTextColor commentId: F:MLEM.Ui.Style.UiStyle.TooltipTextColor id: TooltipTextColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipTextColor nameWithType: UiStyle.TooltipTextColor fullName: MLEM.Ui.Style.UiStyle.TooltipTextColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipTextColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 184 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the text of a should have example: [] syntax: content: public Color TooltipTextColor return: type: Microsoft.Xna.Framework.Color content.vb: Public TooltipTextColor As Color - uid: MLEM.Ui.Style.UiStyle.TooltipDelay commentId: F:MLEM.Ui.Style.UiStyle.TooltipDelay id: TooltipDelay parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipDelay nameWithType: UiStyle.TooltipDelay fullName: MLEM.Ui.Style.UiStyle.TooltipDelay type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipDelay path: ../MLEM.Ui/Style/UiStyle.cs startLine: 188 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The amount of time that the mouse has to be over an element with a for the tooltip to appear example: [] syntax: content: public TimeSpan TooltipDelay return: type: System.TimeSpan content.vb: Public TooltipDelay As TimeSpan - uid: MLEM.Ui.Style.UiStyle.TooltipTextWidth commentId: F:MLEM.Ui.Style.UiStyle.TooltipTextWidth id: TooltipTextWidth parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipTextWidth nameWithType: UiStyle.TooltipTextWidth fullName: MLEM.Ui.Style.UiStyle.TooltipTextWidth type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipTextWidth path: ../MLEM.Ui/Style/UiStyle.cs startLine: 192 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The width of a 's default text example: [] syntax: content: public float TooltipTextWidth return: type: System.Single content.vb: Public TooltipTextWidth As Single - uid: MLEM.Ui.Style.UiStyle.TooltipChildPadding commentId: F:MLEM.Ui.Style.UiStyle.TooltipChildPadding id: TooltipChildPadding parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TooltipChildPadding nameWithType: UiStyle.TooltipChildPadding fullName: MLEM.Ui.Style.UiStyle.TooltipChildPadding type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TooltipChildPadding path: ../MLEM.Ui/Style/UiStyle.cs startLine: 196 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The to apply to a by default example: [] syntax: content: public Padding TooltipChildPadding return: type: MLEM.Maths.Padding content.vb: Public TooltipChildPadding As Padding - uid: MLEM.Ui.Style.UiStyle.ProgressBarTexture commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarTexture id: ProgressBarTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ProgressBarTexture nameWithType: UiStyle.ProgressBarTexture fullName: MLEM.Ui.Style.UiStyle.ProgressBarTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ProgressBarTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 200 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the element uses for its background example: [] syntax: content: public NinePatch ProgressBarTexture return: type: MLEM.Textures.NinePatch content.vb: Public ProgressBarTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ProgressBarColor commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarColor id: ProgressBarColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ProgressBarColor nameWithType: UiStyle.ProgressBarColor fullName: MLEM.Ui.Style.UiStyle.ProgressBarColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ProgressBarColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 204 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the element renders with example: [] syntax: content: public Color ProgressBarColor return: type: Microsoft.Xna.Framework.Color content.vb: Public ProgressBarColor As Color - uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding id: ProgressBarProgressPadding parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ProgressBarProgressPadding nameWithType: UiStyle.ProgressBarProgressPadding fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ProgressBarProgressPadding path: ../MLEM.Ui/Style/UiStyle.cs startLine: 208 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The padding that the uses for its progress texture () example: [] syntax: content: public Vector2 ProgressBarProgressPadding return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public ProgressBarProgressPadding As Vector2 - uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture id: ProgressBarProgressTexture parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ProgressBarProgressTexture nameWithType: UiStyle.ProgressBarProgressTexture fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ProgressBarProgressTexture path: ../MLEM.Ui/Style/UiStyle.cs startLine: 212 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The texture that the uses for displaying its progress example: [] syntax: content: public NinePatch ProgressBarProgressTexture return: type: MLEM.Textures.NinePatch content.vb: Public ProgressBarProgressTexture As NinePatch - uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressColor id: ProgressBarProgressColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ProgressBarProgressColor nameWithType: UiStyle.ProgressBarProgressColor fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ProgressBarProgressColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 216 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the renders its progress texture with example: [] syntax: content: public Color ProgressBarProgressColor return: type: Microsoft.Xna.Framework.Color content.vb: Public ProgressBarProgressColor As Color - uid: MLEM.Ui.Style.UiStyle.Font commentId: F:MLEM.Ui.Style.UiStyle.Font id: Font parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: Font nameWithType: UiStyle.Font fullName: MLEM.Ui.Style.UiStyle.Font type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Font path: ../MLEM.Ui/Style/UiStyle.cs startLine: 221 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- The font that and other elements should use for rendering. Note that, to specify a bold and italic font for , you should use and . example: [] syntax: content: public GenericFont Font return: type: MLEM.Font.GenericFont content.vb: Public Font As GenericFont - uid: MLEM.Ui.Style.UiStyle.TextScale commentId: F:MLEM.Ui.Style.UiStyle.TextScale id: TextScale parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextScale nameWithType: UiStyle.TextScale fullName: MLEM.Ui.Style.UiStyle.TextScale type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextScale path: ../MLEM.Ui/Style/UiStyle.cs startLine: 225 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The scale that text should be rendered with in and other elements example: [] syntax: content: public float TextScale return: type: System.Single content.vb: Public TextScale As Single - uid: MLEM.Ui.Style.UiStyle.TextColor commentId: F:MLEM.Ui.Style.UiStyle.TextColor id: TextColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextColor nameWithType: UiStyle.TextColor fullName: MLEM.Ui.Style.UiStyle.TextColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 229 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The color that the text of a should have example: [] syntax: content: public Color TextColor return: type: Microsoft.Xna.Framework.Color content.vb: Public TextColor As Color - uid: MLEM.Ui.Style.UiStyle.TextAlignment commentId: F:MLEM.Ui.Style.UiStyle.TextAlignment id: TextAlignment parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: TextAlignment nameWithType: UiStyle.TextAlignment fullName: MLEM.Ui.Style.UiStyle.TextAlignment type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextAlignment path: ../MLEM.Ui/Style/UiStyle.cs startLine: 233 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: The that a should use by default. example: [] syntax: content: public TextAlignment TextAlignment return: type: MLEM.Formatting.TextAlignment content.vb: Public TextAlignment As TextAlignment - uid: MLEM.Ui.Style.UiStyle.ActionSound commentId: F:MLEM.Ui.Style.UiStyle.ActionSound id: ActionSound parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ActionSound nameWithType: UiStyle.ActionSound fullName: MLEM.Ui.Style.UiStyle.ActionSound type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ActionSound path: ../MLEM.Ui/Style/UiStyle.cs startLine: 238 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- The that should be played when an element's and events are called. Note that this sound is only played if the callbacks have any subscribers. example: [] syntax: content: public SoundEffectInfo ActionSound return: type: MLEM.Sound.SoundEffectInfo content.vb: Public ActionSound As SoundEffectInfo - uid: MLEM.Ui.Style.UiStyle.LinkColor commentId: F:MLEM.Ui.Style.UiStyle.LinkColor id: LinkColor parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: LinkColor nameWithType: UiStyle.LinkColor fullName: MLEM.Ui.Style.UiStyle.LinkColor type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: LinkColor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 243 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- The color that a 's codes should have. This value is passed to . example: [] syntax: content: public Color? LinkColor return: type: System.Nullable{Microsoft.Xna.Framework.Color} content.vb: Public LinkColor As Color? - uid: MLEM.Ui.Style.UiStyle.AdditionalFonts commentId: F:MLEM.Ui.Style.UiStyle.AdditionalFonts id: AdditionalFonts parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: AdditionalFonts nameWithType: UiStyle.AdditionalFonts fullName: MLEM.Ui.Style.UiStyle.AdditionalFonts type: Field source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AdditionalFonts path: ../MLEM.Ui/Style/UiStyle.cs startLine: 247 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: A set of additional fonts that can be used for the <f FontName> formatting code example: [] syntax: content: public Dictionary AdditionalFonts return: type: System.Collections.Generic.Dictionary{System.String,MLEM.Font.GenericFont} content.vb: Public AdditionalFonts As Dictionary(Of String, GenericFont) - uid: MLEM.Ui.Style.UiStyle.#ctor commentId: M:MLEM.Ui.Style.UiStyle.#ctor id: '#ctor' parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: UiStyle() nameWithType: UiStyle.UiStyle() fullName: MLEM.Ui.Style.UiStyle.UiStyle() type: Constructor source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 254 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: Creates a new set of style settings with the default values. example: [] syntax: content: public UiStyle() content.vb: Public Sub New() overload: MLEM.Ui.Style.UiStyle.#ctor* nameWithType.vb: UiStyle.New() fullName.vb: MLEM.Ui.Style.UiStyle.New() name.vb: New() - uid: MLEM.Ui.Style.UiStyle.#ctor(MLEM.Ui.Style.UiStyle) commentId: M:MLEM.Ui.Style.UiStyle.#ctor(MLEM.Ui.Style.UiStyle) id: '#ctor(MLEM.Ui.Style.UiStyle)' parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: UiStyle(UiStyle) nameWithType: UiStyle.UiStyle(UiStyle) fullName: MLEM.Ui.Style.UiStyle.UiStyle(MLEM.Ui.Style.UiStyle) type: Constructor source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM.Ui/Style/UiStyle.cs startLine: 260 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: Creates a new set of style settings with values inherited from the given original style settings. example: [] syntax: content: public UiStyle(UiStyle original) parameters: - id: original type: MLEM.Ui.Style.UiStyle description: The original style settings, to copy into the new instance. content.vb: Public Sub New(original As UiStyle) overload: MLEM.Ui.Style.UiStyle.#ctor* nameWithType.vb: UiStyle.New(UiStyle) fullName.vb: MLEM.Ui.Style.UiStyle.New(MLEM.Ui.Style.UiStyle) name.vb: New(UiStyle) - uid: MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) commentId: M:MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) id: AddCustomStyle``1(System.Action{``0},System.Boolean) parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: AddCustomStyle(Action, bool) nameWithType: UiStyle.AddCustomStyle(Action, bool) fullName: MLEM.Ui.Style.UiStyle.AddCustomStyle(System.Action, bool) type: Method source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AddCustomStyle path: ../MLEM.Ui/Style/UiStyle.cs startLine: 324 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- Adds an action to the given type T that allows applying any kind of custom styling or behavior to it. Custom styles added in this manner can be applied to an element using . example: [] syntax: content: 'public void AddCustomStyle(Action style, bool add = false) where T : Element' parameters: - id: style type: System.Action{{T}} description: The style action to add. - id: add type: System.Boolean description: Whether the style function should be added to the existing style settings rather than replacing them. typeParameters: - id: T description: The type that the style should apply to. content.vb: Public Sub AddCustomStyle(Of T As Element)(style As Action(Of T), add As Boolean = False) overload: MLEM.Ui.Style.UiStyle.AddCustomStyle* nameWithType.vb: UiStyle.AddCustomStyle(Of T)(Action(Of T), Boolean) fullName.vb: MLEM.Ui.Style.UiStyle.AddCustomStyle(Of T)(System.Action(Of T), Boolean) name.vb: AddCustomStyle(Of T)(Action(Of T), Boolean) - uid: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) commentId: M:MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) id: ApplyCustomStyle(MLEM.Ui.Elements.Element) parent: MLEM.Ui.Style.UiStyle langs: - csharp - vb name: ApplyCustomStyle(Element) nameWithType: UiStyle.ApplyCustomStyle(Element) fullName: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) type: Method source: remote: path: MLEM.Ui/Style/UiStyle.cs branch: main repo: https://github.com/Ellpeck/MLEM id: ApplyCustomStyle path: ../MLEM.Ui/Style/UiStyle.cs startLine: 342 assemblies: - MLEM.Ui namespace: MLEM.Ui.Style summary: >- Applies a set of custom styling actions to the given element which were added through . This method is automatically invoked in . example: [] syntax: content: public bool ApplyCustomStyle(Element element) parameters: - id: element type: MLEM.Ui.Elements.Element description: The element to apply custom styling to. return: type: System.Boolean description: Whether any custom styling exists for the given element. content.vb: Public Function ApplyCustomStyle(element As Element) As Boolean overload: MLEM.Ui.Style.UiStyle.ApplyCustomStyle* references: - uid: MLEM.Ui.UiSystem commentId: T:MLEM.Ui.UiSystem parent: MLEM.Ui href: MLEM.Ui.UiSystem.html name: UiSystem nameWithType: UiSystem fullName: MLEM.Ui.UiSystem - uid: MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Element.html name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - uid: MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) commentId: M:MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) isExternal: true href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_AddCustomStyle__1_System_Action___0__System_Boolean_ name: AddCustomStyle(Action, bool) nameWithType: UiStyle.AddCustomStyle(Action, bool) fullName: MLEM.Ui.Style.UiStyle.AddCustomStyle(System.Action, bool) nameWithType.vb: UiStyle.AddCustomStyle(Of T)(Action(Of T), Boolean) fullName.vb: MLEM.Ui.Style.UiStyle.AddCustomStyle(Of T)(System.Action(Of T), Boolean) name.vb: AddCustomStyle(Of T)(Action(Of T), Boolean) spec.csharp: - uid: MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) name: AddCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_AddCustomStyle__1_System_Action___0__System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - name: T - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Style.UiStyle.AddCustomStyle``1(System.Action{``0},System.Boolean) name: AddCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_AddCustomStyle__1_System_Action___0__System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - name: T - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Style commentId: N:MLEM.Ui.Style href: MLEM.html name: MLEM.Ui.Style nameWithType: MLEM.Ui.Style fullName: MLEM.Ui.Style spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Style name: Style href: MLEM.Ui.Style.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Style name: Style href: MLEM.Ui.Style.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc href: MLEM.Misc.GenericDataHolder.html name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc href: MLEM.Misc.IGenericDataHolder.html name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Misc.GenericDataHolder definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ name: GetData(string) nameWithType: GenericDataHolder.GetData(string) fullName: MLEM.Misc.GenericDataHolder.GetData(string) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: MLEM.Ui commentId: N:MLEM.Ui href: MLEM.html name: MLEM.Ui nameWithType: MLEM.Ui fullName: MLEM.Ui spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements href: MLEM.html name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc href: MLEM.html name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Ui.UiControls.SelectedElement commentId: P:MLEM.Ui.UiControls.SelectedElement href: MLEM.Ui.UiControls.html#MLEM_Ui_UiControls_SelectedElement name: SelectedElement nameWithType: UiControls.SelectedElement fullName: MLEM.Ui.UiControls.SelectedElement - uid: MLEM.Textures.NinePatch commentId: T:MLEM.Textures.NinePatch parent: MLEM.Textures href: MLEM.Textures.NinePatch.html name: NinePatch nameWithType: NinePatch fullName: MLEM.Textures.NinePatch - uid: MLEM.Textures commentId: N:MLEM.Textures href: MLEM.html name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Textures name: Textures href: MLEM.Textures.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Textures name: Textures href: MLEM.Textures.html - uid: MLEM.Ui.UiAnimation commentId: T:MLEM.Ui.UiAnimation parent: MLEM.Ui href: MLEM.Ui.UiAnimation.html name: UiAnimation nameWithType: UiAnimation fullName: MLEM.Ui.UiAnimation - uid: MLEM.Ui.Elements.Button commentId: T:MLEM.Ui.Elements.Button parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Button.html name: Button nameWithType: Button fullName: MLEM.Ui.Elements.Button - uid: MLEM.Ui.Elements.Element.IsMouseOver commentId: P:MLEM.Ui.Elements.Element.IsMouseOver parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_IsMouseOver name: IsMouseOver nameWithType: Element.IsMouseOver fullName: MLEM.Ui.Elements.Element.IsMouseOver - uid: MLEM.Ui.Style.UiStyle.ButtonHoveredColor commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredColor parent: MLEM.Ui.Style.UiStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ButtonHoveredColor name: ButtonHoveredColor nameWithType: UiStyle.ButtonHoveredColor fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredColor - uid: MLEM.Ui.Style.UiStyle commentId: T:MLEM.Ui.Style.UiStyle parent: MLEM.Ui.Style href: MLEM.Ui.Style.UiStyle.html name: UiStyle nameWithType: UiStyle fullName: MLEM.Ui.Style.UiStyle - uid: Microsoft.Xna.Framework.Color commentId: T:Microsoft.Xna.Framework.Color parent: Microsoft.Xna.Framework isExternal: true name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - uid: MLEM.Ui.Elements.Button.IsDisabled commentId: P:MLEM.Ui.Elements.Button.IsDisabled parent: MLEM.Ui.Elements.Button href: MLEM.Ui.Elements.Button.html#MLEM_Ui_Elements_Button_IsDisabled name: IsDisabled nameWithType: Button.IsDisabled fullName: MLEM.Ui.Elements.Button.IsDisabled - uid: MLEM.Ui.Elements.Panel commentId: T:MLEM.Ui.Elements.Panel parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Panel.html name: Panel nameWithType: Panel fullName: MLEM.Ui.Elements.Panel - uid: MLEM.Ui.Elements.Element.ChildPadding commentId: P:MLEM.Ui.Elements.Element.ChildPadding parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ChildPadding name: ChildPadding nameWithType: Element.ChildPadding fullName: MLEM.Ui.Elements.Element.ChildPadding - uid: MLEM.Maths.Padding commentId: T:MLEM.Maths.Padding parent: MLEM.Maths href: MLEM.Maths.Padding.html name: Padding nameWithType: Padding fullName: MLEM.Maths.Padding - uid: MLEM.Maths commentId: N:MLEM.Maths href: MLEM.html name: MLEM.Maths nameWithType: MLEM.Maths fullName: MLEM.Maths spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Maths name: Maths href: MLEM.Maths.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Maths name: Maths href: MLEM.Maths.html - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - uid: MLEM.Ui.Elements.TextField commentId: T:MLEM.Ui.Elements.TextField parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.TextField.html name: TextField nameWithType: TextField fullName: MLEM.Ui.Elements.TextField - uid: MLEM.Ui.Elements.ScrollBar commentId: T:MLEM.Ui.Elements.ScrollBar parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.ScrollBar.html name: ScrollBar nameWithType: ScrollBar fullName: MLEM.Ui.Elements.ScrollBar - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: MLEM.Ui.Elements.Checkbox commentId: T:MLEM.Ui.Elements.Checkbox parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Checkbox.html name: Checkbox nameWithType: Checkbox fullName: MLEM.Ui.Elements.Checkbox - uid: MLEM.Ui.Elements.Checkbox.IsDisabled commentId: P:MLEM.Ui.Elements.Checkbox.IsDisabled parent: MLEM.Ui.Elements.Checkbox href: MLEM.Ui.Elements.Checkbox.html#MLEM_Ui_Elements_Checkbox_IsDisabled name: IsDisabled nameWithType: Checkbox.IsDisabled fullName: MLEM.Ui.Elements.Checkbox.IsDisabled - uid: MLEM.Ui.Elements.Checkbox.Checked commentId: P:MLEM.Ui.Elements.Checkbox.Checked parent: MLEM.Ui.Elements.Checkbox href: MLEM.Ui.Elements.Checkbox.html#MLEM_Ui_Elements_Checkbox_Checked name: Checked nameWithType: Checkbox.Checked fullName: MLEM.Ui.Elements.Checkbox.Checked - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion parent: MLEM.Textures href: MLEM.Textures.TextureRegion.html name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion - uid: MLEM.Ui.Elements.Checkbox.Label commentId: F:MLEM.Ui.Elements.Checkbox.Label parent: MLEM.Ui.Elements.Checkbox href: MLEM.Ui.Elements.Checkbox.html#MLEM_Ui_Elements_Checkbox_Label name: Label nameWithType: Checkbox.Label fullName: MLEM.Ui.Elements.Checkbox.Label - uid: MLEM.Ui.Elements.RadioButton commentId: T:MLEM.Ui.Elements.RadioButton href: MLEM.Ui.Elements.RadioButton.html name: RadioButton nameWithType: RadioButton fullName: MLEM.Ui.Elements.RadioButton - uid: MLEM.Ui.Elements.Tooltip commentId: T:MLEM.Ui.Elements.Tooltip parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Tooltip.html name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip - uid: MLEM.Ui.Elements.Tooltip.DisplayInAutoNavMode commentId: F:MLEM.Ui.Elements.Tooltip.DisplayInAutoNavMode href: MLEM.Ui.Elements.Tooltip.html#MLEM_Ui_Elements_Tooltip_DisplayInAutoNavMode name: DisplayInAutoNavMode nameWithType: Tooltip.DisplayInAutoNavMode fullName: MLEM.Ui.Elements.Tooltip.DisplayInAutoNavMode - uid: MLEM.Ui.Anchor commentId: T:MLEM.Ui.Anchor parent: MLEM.Ui href: MLEM.Ui.Anchor.html name: Anchor nameWithType: Anchor fullName: MLEM.Ui.Anchor - uid: System.TimeSpan commentId: T:System.TimeSpan parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan - uid: MLEM.Ui.Elements.Paragraph commentId: T:MLEM.Ui.Elements.Paragraph parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Paragraph.html name: Paragraph nameWithType: Paragraph fullName: MLEM.Ui.Elements.Paragraph - uid: MLEM.Ui.Elements.ProgressBar commentId: T:MLEM.Ui.Elements.ProgressBar href: MLEM.Ui.Elements.ProgressBar.html name: ProgressBar nameWithType: ProgressBar fullName: MLEM.Ui.Elements.ProgressBar - uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture parent: MLEM.Ui.Style.UiStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ProgressBarProgressTexture name: ProgressBarProgressTexture nameWithType: UiStyle.ProgressBarProgressTexture fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture - uid: MLEM.Formatting.TextFormatter commentId: T:MLEM.Formatting.TextFormatter parent: MLEM.Formatting href: MLEM.Formatting.TextFormatter.html name: TextFormatter nameWithType: TextFormatter fullName: MLEM.Formatting.TextFormatter - uid: MLEM.Font.GenericFont.Bold commentId: P:MLEM.Font.GenericFont.Bold parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Bold name: Bold nameWithType: GenericFont.Bold fullName: MLEM.Font.GenericFont.Bold - uid: MLEM.Font.GenericFont.Italic commentId: P:MLEM.Font.GenericFont.Italic parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Italic name: Italic nameWithType: GenericFont.Italic fullName: MLEM.Font.GenericFont.Italic - uid: MLEM.Font.GenericFont commentId: T:MLEM.Font.GenericFont parent: MLEM.Font href: MLEM.Font.GenericFont.html name: GenericFont nameWithType: GenericFont fullName: MLEM.Font.GenericFont - uid: MLEM.Formatting commentId: N:MLEM.Formatting href: MLEM.html name: MLEM.Formatting nameWithType: MLEM.Formatting fullName: MLEM.Formatting spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Formatting name: Formatting href: MLEM.Formatting.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Formatting name: Formatting href: MLEM.Formatting.html - uid: MLEM.Font commentId: N:MLEM.Font href: MLEM.html name: MLEM.Font nameWithType: MLEM.Font fullName: MLEM.Font spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html - uid: MLEM.Ui.Style.UiStyle.TextAlignment commentId: F:MLEM.Ui.Style.UiStyle.TextAlignment parent: MLEM.Ui.Style.UiStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_TextAlignment name: TextAlignment nameWithType: UiStyle.TextAlignment fullName: MLEM.Ui.Style.UiStyle.TextAlignment - uid: MLEM.Formatting.TextAlignment commentId: T:MLEM.Formatting.TextAlignment parent: MLEM.Formatting href: MLEM.Formatting.TextAlignment.html name: TextAlignment nameWithType: TextAlignment fullName: MLEM.Formatting.TextAlignment - uid: MLEM.Sound.SoundEffectInfo commentId: T:MLEM.Sound.SoundEffectInfo parent: MLEM.Sound href: MLEM.Sound.SoundEffectInfo.html name: SoundEffectInfo nameWithType: SoundEffectInfo fullName: MLEM.Sound.SoundEffectInfo - uid: MLEM.Ui.Elements.Element.OnPressed commentId: F:MLEM.Ui.Elements.Element.OnPressed parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnPressed name: OnPressed nameWithType: Element.OnPressed fullName: MLEM.Ui.Elements.Element.OnPressed - uid: MLEM.Ui.Elements.Element.OnSecondaryPressed commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnSecondaryPressed name: OnSecondaryPressed nameWithType: Element.OnSecondaryPressed fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed - uid: MLEM.Sound commentId: N:MLEM.Sound href: MLEM.html name: MLEM.Sound nameWithType: MLEM.Sound fullName: MLEM.Sound spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Sound name: Sound href: MLEM.Sound.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Sound name: Sound href: MLEM.Sound.html - uid: MLEM.Ui.Elements.Paragraph.Link commentId: T:MLEM.Ui.Elements.Paragraph.Link href: MLEM.Ui.Elements.Paragraph.html name: Paragraph.Link nameWithType: Paragraph.Link fullName: MLEM.Ui.Elements.Paragraph.Link spec.csharp: - uid: MLEM.Ui.Elements.Paragraph name: Paragraph href: MLEM.Ui.Elements.Paragraph.html - name: . - uid: MLEM.Ui.Elements.Paragraph.Link name: Link href: MLEM.Ui.Elements.Paragraph.Link.html spec.vb: - uid: MLEM.Ui.Elements.Paragraph name: Paragraph href: MLEM.Ui.Elements.Paragraph.html - name: . - uid: MLEM.Ui.Elements.Paragraph.Link name: Link href: MLEM.Ui.Elements.Paragraph.Link.html - uid: MLEM.Formatting.Codes.LinkCode commentId: T:MLEM.Formatting.Codes.LinkCode href: MLEM.Formatting.Codes.LinkCode.html name: LinkCode nameWithType: LinkCode fullName: MLEM.Formatting.Codes.LinkCode - uid: System.Nullable{Microsoft.Xna.Framework.Color} commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} parent: System definition: System.Nullable`1 name: Color? nameWithType: Color? fullName: Microsoft.Xna.Framework.Color? spec.csharp: - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' spec.vb: - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic.Dictionary{System.String,MLEM.Font.GenericFont} commentId: T:System.Collections.Generic.Dictionary{System.String,MLEM.Font.GenericFont} parent: System.Collections.Generic definition: System.Collections.Generic.Dictionary`2 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of String, GenericFont) fullName.vb: System.Collections.Generic.Dictionary(Of String, MLEM.Font.GenericFont) name.vb: Dictionary(Of String, GenericFont) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: MLEM.Font.GenericFont name: GenericFont href: MLEM.Font.GenericFont.html - name: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: MLEM.Font.GenericFont name: GenericFont href: MLEM.Font.GenericFont.html - name: ) - uid: System.Collections.Generic.Dictionary`2 commentId: T:System.Collections.Generic.Dictionary`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of TKey, TValue) fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) name.vb: Dictionary(Of TKey, TValue) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - name: TKey - name: ',' - name: " " - name: TValue - name: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - name: TValue - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: MLEM.Ui.Style.UiStyle.#ctor* commentId: Overload:MLEM.Ui.Style.UiStyle.#ctor href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle__ctor name: UiStyle nameWithType: UiStyle.UiStyle fullName: MLEM.Ui.Style.UiStyle.UiStyle nameWithType.vb: UiStyle.New fullName.vb: MLEM.Ui.Style.UiStyle.New name.vb: New - uid: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) commentId: M:MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) parent: MLEM.Ui.Style.UiStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ApplyCustomStyle_MLEM_Ui_Elements_Element_ name: ApplyCustomStyle(Element) nameWithType: UiStyle.ApplyCustomStyle(Element) fullName: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) spec.csharp: - uid: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) name: ApplyCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ApplyCustomStyle_MLEM_Ui_Elements_Element_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) spec.vb: - uid: MLEM.Ui.Style.UiStyle.ApplyCustomStyle(MLEM.Ui.Elements.Element) name: ApplyCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ApplyCustomStyle_MLEM_Ui_Elements_Element_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) - uid: MLEM.Ui.Style.UiStyle.AddCustomStyle* commentId: Overload:MLEM.Ui.Style.UiStyle.AddCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_AddCustomStyle__1_System_Action___0__System_Boolean_ name: AddCustomStyle nameWithType: UiStyle.AddCustomStyle fullName: MLEM.Ui.Style.UiStyle.AddCustomStyle - uid: System.Action{{T}} commentId: T:System.Action{``0} parent: System definition: System.Action`1 href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T) fullName.vb: System.Action(Of T) name.vb: Action(Of T) spec.csharp: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Action`1 commentId: T:System.Action`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T) fullName.vb: System.Action(Of T) name.vb: Action(Of T) spec.csharp: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ name: InitStyle(UiStyle) nameWithType: Element.InitStyle(UiStyle) fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) spec.csharp: - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) name: InitStyle href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ - name: ( - uid: MLEM.Ui.Style.UiStyle name: UiStyle href: MLEM.Ui.Style.UiStyle.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) name: InitStyle href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ - name: ( - uid: MLEM.Ui.Style.UiStyle name: UiStyle href: MLEM.Ui.Style.UiStyle.html - name: ) - uid: MLEM.Ui.Style.UiStyle.ApplyCustomStyle* commentId: Overload:MLEM.Ui.Style.UiStyle.ApplyCustomStyle href: MLEM.Ui.Style.UiStyle.html#MLEM_Ui_Style_UiStyle_ApplyCustomStyle_MLEM_Ui_Elements_Element_ name: ApplyCustomStyle nameWithType: UiStyle.ApplyCustomStyle fullName: MLEM.Ui.Style.UiStyle.ApplyCustomStyle