Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RefreshVisualizer.State Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
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.
Gets a value that indicates the state of the visualizer.
public:
property RefreshVisualizerState State { RefreshVisualizerState get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerState::Idle")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerState::Idle")]
RefreshVisualizerState State();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerState::Idle")]
public RefreshVisualizerState State { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerState::Idle")] get; }
var refreshVisualizerState = refreshVisualizer.state;
Public ReadOnly Property State As RefreshVisualizerState
Property Value
A value of the enumeration that indicates the state of the visualizer.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute
Applies to
Feedback
Was this page helpful?
