ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / LOD Structure / MaxSize Property

In This Topic
    MaxSize Property
    In This Topic
    When the pixel size of element is greater than MaxSize the element is not visible.
    Syntax
    'Declaration
     
    
    Public Property MaxSize As Double
    public double MaxSize {get; set;}
    See Also