Method GetSpecifiedAttributeName
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GetSpecifiedAttributeName(int, out bool)
Gets the name of the attribute at the given index.
string GetSpecifiedAttributeName(int index, out bool inherited)
Parameters
indexintThe index of the attribute.
inheritedboolOutputs whether the attribute is set to the inherit value.
Returns
- string
The name of the attribute.