Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / Style Property


In This Topic
    Style Property (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Style As Xamarin.Forms.Style
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Xamarin.Forms.Style
     
    instance.Style = value
     
    value = instance.Style
    public Xamarin.Forms.Style Style {get; set;}
    See Also