MapTileSource.VisibleProperty Property

Definition

Identifies the Visible dependency property.

public:
 static property DependencyProperty ^ VisibleProperty { DependencyProperty ^ get(); };
static DependencyProperty VisibleProperty();
public static DependencyProperty VisibleProperty { get; }
var dependencyProperty = MapTileSource.visibleProperty;
Public Shared ReadOnly Property VisibleProperty As DependencyProperty

Property Value

The identifier for the Visible dependency property.

Applies to

See also