Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EdgeExtent Class / AllEdges Property

In This Topic
    AllEdges Property
    In This Topic
    Gets or sets the extent on all edges, in points.

    If the extents on all edges are the same, get returns this common value. Otherwise, get returns null.

    Syntax
    'Declaration
     
    Public Property AllEdges As System.Nullable(Of Single)
    public System.Nullable<float> AllEdges {get; set;}
    See Also