Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Style Property


In This Topic
    Style Property (Picture)
    In This Topic
    Gets or sets the style used for rendering the picture.
    Syntax
    'Declaration
     
    
    Public Overridable Property Style As RenderStyle
    'Usage
     
    
    Dim instance As Picture
    Dim value As RenderStyle
     
    instance.Style = value
     
    value = instance.Style
    public virtual RenderStyle Style {get; set;}
    See Also