'Declaration Public Function ShadingPattern( _ ByVal shadingPattern As ShadingPattern, _ Optional ByVal shadingType As ShadingType _ ) As Paragraph
'Usage Dim instance As Paragraph Dim shadingPattern As ShadingPattern Dim shadingType As ShadingType Dim value As Paragraph value = instance.ShadingPattern(shadingPattern, shadingType)
public Paragraph ShadingPattern( ShadingPattern shadingPattern, ShadingType shadingType )
Parameters
- shadingPattern
- The ShadingPattern that will be set.
- shadingType
- Determines where the ShaddingPattern will be applied in the paragraph: on a specific text or on the whole paragraph. By default, this is set to Text.
Return Value
The paragraph with the requested ShaddingPattern applied.