Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / BaseStyle Property

In This Topic
    BaseStyle Property
    In This Topic
    Gets or sets an existing style on which the formatting of this style is based.
    Syntax
    'Declaration
     
    Public Property BaseStyle As Style
    public Style BaseStyle {get; set;}
    See Also