Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExtraRendererSettings Class / PrePaintTextDecorator Property


In This Topic
    PrePaintTextDecorator Property
    In This Topic
    Gets the prepaint text decorator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PrePaintTextDecorator As IPrePaintTextConditionalFormattingRule
    'Usage
     
    
    Dim instance As ExtraRendererSettings
    Dim value As IPrePaintTextConditionalFormattingRule
     
    value = instance.PrePaintTextDecorator
    public IPrePaintTextConditionalFormattingRule PrePaintTextDecorator {get;}
    See Also