MapTileSource.IsTransparencyEnabledProperty Property

Definition

Identifies the IsTransparencyEnabled dependency property.

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

Property Value

The identifier for the IsTransparencyEnabled dependency property.

Applies to

See also