[]
Provides extension methods for GeometryType.
public static class Extensions
Returns a value indicating whether this geometry is a line one.
Note that line geometries do not support fills.
public static bool IsLineGeometry(this GeometryType geometry)
geometry
GeometryTypeThis GeometryType value.
True if this is a line geometry, false otherwise.
Returns a value indicating whether LineFormat's HeadEnd and TailEnd properties are supported by this geometry.
public static bool LineEndSupported(this GeometryType geometry)
geometry
GeometryTypeThis GeometryType value.
For a GeometryType return it is support TextFrame or not.
public static bool TextFrameSupported(this GeometryType geometry)
geometry
GeometryTypeTested GeometryType value.
True if provided GeometryType allows defining TextFrame