Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / KnobPicture Property


In This Topic
    KnobPicture Property (SliderCellType)
    In This Topic
    Gets or sets the image for the slider knob.
    Syntax
    'Declaration
     
    
    Public Property KnobPicture As Picture
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Picture
     
    instance.KnobPicture = value
     
    value = instance.KnobPicture
    public Picture KnobPicture {get; set;}
    See Also