LoadingIndicatorSettings Members
Contains properties that configure the loading indicator.Constructors
| Name | Description |
|---|---|
| LoadingIndicatorSettings() | Initializes a new instance of the LoadingIndicatorSettings class with default settings. |
Properties
| Name | Description |
|---|---|
| BackgroundColor | Specifies the background color of the loading indicator. |
| Enabled | Specifies whether the loading indicator should be displayed and hidden automatically. |
| Font | Specifies font options for the loading indicator. |
| Show | Changes the loading indicator’s visibility. |
| Text | Specifies the text to be displayed by the loading indicator. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the public properties from the specified object to the current one. |
| CollectCustomProperties(List<JsonPropertyInfo>) | For internal use only. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also