BitmapSource.PixelWidthProperty Property

Definition

Identifies the PixelWidth dependency property.

public:
 static property DependencyProperty ^ PixelWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty PixelWidthProperty();
public static DependencyProperty PixelWidthProperty { get; }
var dependencyProperty = BitmapSource.pixelWidthProperty;
Public Shared ReadOnly Property PixelWidthProperty As DependencyProperty

Property Value

The identifier for the PixelWidth dependency property.

Applies to