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


In This Topic
    Style Property (LayoutablePicture)
    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 LayoutablePicture
    Dim value As RenderStyle
     
    instance.Style = value
     
    value = instance.Style
    public virtual RenderStyle Style {get; set;}
    See Also