Class SetShowHitTestBordersCommandSettings
Deprecated, no longer has any effect.
public sealed class SetShowHitTestBordersCommandSettings : ICommand
- Inheritance
-
SetShowHitTestBordersCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
True for showing hit-test borders
[JsonPropertyName("show")]
public bool Show { get; set; }