Layer.IsVisibleInGroup

Layer.IsVisibleInGroup property

Gets a value indicating whether this instance is visible in group(If layer is not in group it means root group).

public virtual bool IsVisibleInGroup { get; }

Property Value

true if this instance is visible in group; otherwise, false.

See Also