Class DisplayFeature
DisplayFeature
public sealed class DisplayFeature
- Inheritance
-
DisplayFeature
- Inherited Members
Properties
MaskLength
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask_length.
[JsonPropertyName("maskLength")]
public long MaskLength { get; set; }
Property Value
Offset
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.
[JsonPropertyName("offset")]
public long Offset { get; set; }
Property Value
Orientation
Orientation of a display feature in relation to screen
[JsonPropertyName("orientation")]
public DisplayFeatureOrientationValues Orientation { get; set; }