Table of Contents

Method RemoveAttribute

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

RemoveAttribute(string)

Removes the attribute from this element. Also removes this attribute from within an inline style if present.

void RemoveAttribute(string name)

Parameters

name string

The name of the attribute to remove.

Remarks

Throws an exception if the attribute name is not valid on this element.