UIProgressViewStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The visual style for a UIProgressView.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIProgressViewStyle
type UIProgressViewStyle =
- Inheritance
-
UIProgressViewStyle
- Attributes
Fields
Bar | 1 | The style of progress view that is used in a toolbar. |
Default | 0 | The standard progress-view style. Default value. |