Share via


PixelFormats.Default 屬性

定義

取得最適合特定作業的像素格式。

public:
 static property System::Windows::Media::PixelFormat Default { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Default { get; }
member this.Default : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Default As PixelFormat

屬性值

PixelFormat

最適合特定作業的 PixelFormat

例外狀況

備註

Default 技術上不是像素格式,而是存取最適合特定作業之像素格式的方法。 此格式用於特定像素格式不重要的情況。

XAML Attribute Usage

<object property="Default"/>  

適用於