Class ShapeOutsideInfo
CSS Shape Outside details.
public sealed record ShapeOutsideInfo : IEquatable<ShapeOutsideInfo>
- Inheritance
-
ShapeOutsideInfo
- Implements
- Inherited Members
Constructors
ShapeOutsideInfo(ImmutableArray<double>, ImmutableArray<JsonElement>, ImmutableArray<JsonElement>)
CSS Shape Outside details.
public ShapeOutsideInfo(ImmutableArray<double> Bounds, ImmutableArray<JsonElement> Shape, ImmutableArray<JsonElement> MarginShape)
Parameters
BoundsImmutableArray<double>Shape bounds
ShapeImmutableArray<JsonElement>Shape coordinate details
MarginShapeImmutableArray<JsonElement>Margin shape bounds
Properties
Bounds
Shape bounds
public ImmutableArray<double> Bounds { get; init; }
Property Value
MarginShape
Margin shape bounds
public ImmutableArray<JsonElement> MarginShape { get; init; }
Property Value
Shape
Shape coordinate details
public ImmutableArray<JsonElement> Shape { get; init; }