Class ShapeOutsideInfo
CSS Shape Outside details.
public sealed class ShapeOutsideInfo
- Inheritance
-
ShapeOutsideInfo
- Inherited Members
Properties
Bounds
Shape bounds
[JsonPropertyName("bounds")]
public double[] Bounds { get; set; }
Property Value
- double[]
MarginShape
Margin shape bounds
[JsonPropertyName("marginShape")]
public object[] MarginShape { get; set; }
Property Value
- object[]
Shape
Shape coordinate details
[JsonPropertyName("shape")]
public object[] Shape { get; set; }
Property Value
- object[]