Class Layer
Layer
public sealed class Layer
- Inheritance
-
Layer
- Inherited Members
Properties
AnchorX
anchorX
[JsonPropertyName("anchorX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorX { get; set; }
Property Value
AnchorY
anchorY
[JsonPropertyName("anchorY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorY { get; set; }
Property Value
AnchorZ
anchorZ
[JsonPropertyName("anchorZ")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorZ { get; set; }
Property Value
BackendNodeId
backendNodeId
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
DrawsContent
drawsContent
[JsonPropertyName("drawsContent")]
public bool DrawsContent { get; set; }
Property Value
Height
height
[JsonPropertyName("height")]
public double Height { get; set; }
Property Value
Invisible
invisible
[JsonPropertyName("invisible")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Invisible { get; set; }
Property Value
- bool?
LayerId
layerId
[JsonPropertyName("layerId")]
public string LayerId { get; set; }
Property Value
OffsetX
offsetX
[JsonPropertyName("offsetX")]
public double OffsetX { get; set; }
Property Value
OffsetY
offsetY
[JsonPropertyName("offsetY")]
public double OffsetY { get; set; }
Property Value
PaintCount
paintCount
[JsonPropertyName("paintCount")]
public long PaintCount { get; set; }
Property Value
ParentLayerId
parentLayerId
[JsonPropertyName("parentLayerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentLayerId { get; set; }
Property Value
ScrollRects
scrollRects
[JsonPropertyName("scrollRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScrollRect[] ScrollRects { get; set; }
Property Value
StickyPositionConstraint
stickyPositionConstraint
[JsonPropertyName("stickyPositionConstraint")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StickyPositionConstraint StickyPositionConstraint { get; set; }
Property Value
Transform
transform
[JsonPropertyName("transform")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[] Transform { get; set; }
Property Value
- double[]
Width
width
[JsonPropertyName("width")]
public double Width { get; set; }