Format

Shape.Format property

Represents the setting of the shape’s formatting.

[Obsolete("Use Shape.Fill and Shape.Line properties instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShapeFormat Format { get; }

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.Fill and Shape.Line properties. This property will be removed 6 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.

See Also