PixelFormats.Default 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得最適合特定作業的像素格式。
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"/>