Shape.MsoDrawingType

Shape.MsoDrawingType property

Gets mso drawing type.

public MsoDrawingType MsoDrawingType { get; }

Examples


[C#]
Aspose.Cells.Drawing.MsoDrawingType msoDrawingType = shape.MsoDrawingType;

See Also