IField

IField interface

Represents a field.

public interface IField : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
Type { get; set; }Returns or sets field’s type. Read/write IFieldType.

See Also