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 属性用法
<object property="Default"/>