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

In This Topic
    Width Property (Bevel)
    In This Topic
    Gets or sets the width of the bevel, or how far into the object it is applied.

    Allowed values are from -0 to 1584, inclusive.

    Default value is 0 for text and 6 for drawings if Type is not BevelType.NoBevel.

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