This documentation is for the old version. Go to the latest Graphics Mill docs

Frame.Name Property

Returns frame name (if defined).

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Property Name As String
C#
public virtual string Name { get; set; }

Property Value

Frame name.

Implements

IFrame.Name

See Also

Reference