Shape.ThreeDFormat

Shape.ThreeDFormat property

Gets and sets 3d format of the shape.

public ThreeDFormat ThreeDFormat { get; }

Examples


[C#]
Aspose.Cells.Drawing.ThreeDFormat threeDFormat = shape.ThreeDFormat;

See Also