PixelFormats.Gray8 属性

定义

获取 Gray8 像素格式,它可显示每像素 8 位的灰度通道,允许使用 256 种灰色底纹。

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

属性值

PixelFormat

Gray8 像素格式。

注解

XAML 属性用法

<object property="Gray8"/>  

适用于