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

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