PixelFormats.Gray4 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Gray4 像素格式,它可显示每像素 4 位的灰度通道,允许使用 16 种灰色底纹。
public:
static property System::Windows::Media::PixelFormat Gray4 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Gray4 { get; }
member this.Gray4 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Gray4 As PixelFormat
属性值
Gray4 像素格式。
注解
XAML 属性用法
<object property="Gray4"/>