Class ProgressBar
Assembly: Ritchie.Toolbox.dll
public sealed class ProgressBar : Widget, IFontFamilyProvider, IInspectable, IVisual<ProgressBar.VisualState>, IUpdateThemeProperties
Properties
Declaration
public float Value { get; set; }
Property Value
Gets a read-only reference to the visual properties associated with the widget.
Declaration
public ref readonly ProgressBar.VisualState VisualProperties { get; }
Property Value
Methods
GetContentSize(Point)
Declaration
protected override Point GetContentSize(Point availableSize)
Parameters
Type |
Name |
Description |
Point |
availableSize |
|
Returns
Overrides
Declaration
protected override void RebuildGeometry(GeometryHelper geometry)
Parameters
Overrides
Retrieves layout properties from the visual style. Called by the UI system on every
frame before layout updates occur. If layout properties change during this method call,
the widget will automatically invalidate its own layout.
Declaration
public void UpdateThemeProperties()
Implements
Extension Methods