Gets the type of the layer.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public Overridable ReadOnly Property Type As PsdFrameType
public virtual PsdFrameType Type { get; }
If this property equals to Text, you should cast this frame instance to AdvancedPsdTextFrame class to be able to get access to text properties of the layer.