Share via


NoNamespace.brushRef Field

Definition

Represents the brushRef XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: brush, context, trace, traceGroup.
  • corresponds to the following strongly-typed properties: Brush.BrushRef, Context.BrushRef, Trace.BrushRef, TraceGroup.BrushRef.

Applies to