MapTileSource.TilePixelSizeProperty Property

Definition

Identifies the TilePixelSize dependency property.

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

Property Value

The identifier for the TilePixelSize dependency property.

Applies to

See also