Share via


NoNamespace.opacity Field

Definition

Represents the opacity XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: fill, shadow, stroke.
  • corresponds to the following strongly-typed properties: Fill.Opacity, Shadow.Opacity, Stroke.Opacity.

Applies to