Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Extensions Class / LineEndSupported Method
This GeometryType value.

In This Topic
    LineEndSupported Method
    In This Topic
    Returns a value indicating whether LineFormat's LineFormat.HeadEnd and LineFormat.TailEnd properties are supported by this geometry.
    Syntax
    'Declaration
     
    Public Shared Function LineEndSupported( _
       ByVal geometry As GeometryType _
    ) As System.Boolean
    public static System.bool LineEndSupported( 
       GeometryType geometry
    )

    Parameters

    geometry
    This GeometryType value.

    Return Value

    True if LineFormat.HeadEnd and LineFormat.TailEnd are supported, false otherwise.
    See Also