ViewConfiguration.IsActive Property
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.
Get whether or not this view configuration is active for the current frame. If IsActive is false, the rendering into the view configuration will be ignored and not visible to user.
public bool IsActive { get; }
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean