Class SetDisplayFeaturesOverrideCommandSettings
Start using the given display features to pupulate the Viewport Segments API. This override can also be set in setDeviceMetricsOverride().
public sealed class SetDisplayFeaturesOverrideCommandSettings : ICommand
- Inheritance
-
SetDisplayFeaturesOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Features
Gets or sets the features
[JsonPropertyName("features")]
public DisplayFeature[] Features { get; set; }