Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / RadioPicture Class / TruePressed Property


In This Topic
    TruePressed Property (RadioPicture)
    In This Topic
    Gets or sets the image used for the true pressed state.
    Syntax
    'Declaration
     
    
    Public Property TruePressed As Image
    'Usage
     
    
    Dim instance As RadioPicture
    Dim value As Image
     
    instance.TruePressed = value
     
    value = instance.TruePressed
    public Image TruePressed {get; set;}
    See Also