Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientFill Class / ApplyPreset Method
The GradientPreset to apply.
The ThemeColorId to apply.

In This Topic
    ApplyPreset Method (GradientFill)
    In This Topic
    Applies a preset gradient.
    Syntax
    'Declaration
     
    Public Sub ApplyPreset( _
       ByVal preset As GradientPreset, _
       ByVal themeColor As ThemeColorId _
    ) 
    public void ApplyPreset( 
       GradientPreset preset,
       ThemeColorId themeColor
    )

    Parameters

    preset
    The GradientPreset to apply.
    themeColor
    The ThemeColorId to apply.
    See Also