Class PointerActions
public sealed record PointerActions : SourceActions<IPointerSourceAction>, IEquatable<SourceActions>, IEnumerable<ISourceAction>, IEnumerable, IEquatable<SourceActions<IPointerSourceAction>>, IEquatable<PointerActions>
- Inheritance
-
PointerActions
- Implements
- Inherited Members
Constructors
PointerActions(string)
public PointerActions(string Id)
Parameters
Idstring
Properties
Options
public PointerParameters? Options { get; set; }