ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ViewerBase Class / ThresholdWidth Property

In This Topic
    ThresholdWidth Property (ViewerBase)
    In This Topic
    Gets or sets the threshold to switch between mobile and PC template
    Syntax
    'Declaration
     
    Public Property ThresholdWidth As Integer
    public int ThresholdWidth {get; set;}
    See Also