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

In This Topic
    Height Property (Bevel)
    In This Topic
    Gets or sets the height of the bevel, or how far above the object it is applied.

    Allowed values are from -0 to 1584, inclusive.

    The default is 0 for text and 6 for drawings if Type is not BevelType.NoBevel.

    Syntax
    'Declaration
     
    Public Property Height As System.Single
    public System.float Height {get; set;}
    See Also