Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Bevel Class / Type Property

In This Topic
    Type Property (Bevel)
    In This Topic
    Gets or sets preset bevel type which defines the look of the bevel.

    Default value is BevelType.NoBevel.

    Syntax
    'Declaration
     
    Public Property Type As BevelType
    public BevelType Type {get; set;}
    See Also