Class WorkAreaInsets
public sealed record WorkAreaInsets : IEquatable<WorkAreaInsets>
- Inheritance
-
WorkAreaInsets
- Implements
- Inherited Members
Constructors
WorkAreaInsets()
public WorkAreaInsets()
Properties
Bottom
Work area bottom inset in pixels. Default is 0;
public long? Bottom { get; init; }
Property Value
- long?
Left
Work area left inset in pixels. Default is 0;
public long? Left { get; init; }
Property Value
- long?
Right
Work area right inset in pixels. Default is 0;
public long? Right { get; init; }
Property Value
- long?
Top
Work area top inset in pixels. Default is 0;
public long? Top { get; init; }
Property Value
- long?