Class StickyPositionConstraint
StickyPositionConstraint
public sealed class StickyPositionConstraint
- Inheritance
-
StickyPositionConstraint
- Inherited Members
Properties
ContainingBlockRect
containingBlockRect
[JsonPropertyName("containingBlockRect")]
public Rect ContainingBlockRect { get; set; }
Property Value
NearestLayerShiftingContainingBlock
nearestLayerShiftingContainingBlock
[JsonPropertyName("nearestLayerShiftingContainingBlock")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NearestLayerShiftingContainingBlock { get; set; }
Property Value
NearestLayerShiftingStickyBox
nearestLayerShiftingStickyBox
[JsonPropertyName("nearestLayerShiftingStickyBox")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NearestLayerShiftingStickyBox { get; set; }
Property Value
StickyBoxRect
stickyBoxRect
[JsonPropertyName("stickyBoxRect")]
public Rect StickyBoxRect { get; set; }