Share via


NoNamespace.grayscale Field

Definition

Represents the grayscale XML attributes.

public static readonly System.Xml.Linq.XName grayscale;
 staticval mutable grayscale : System.Xml.Linq.XName
Public Shared ReadOnly grayscale As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: image, imagedata.
  • corresponds to the following strongly-typed properties: ImageData.Grayscale, ImageFile.GrayScale.

Applies to