Skip to main content
All docs
V25.2
  • PlaceholderSettings(PlaceholderType, PlaceholderSize, Direction, Boolean, Int64) Constructor

    Initializes a new instance of the PlaceholderSettings class with specified settings.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public PlaceholderSettings(
        PlaceholderType type,
        PlaceholderSize size,
        Direction orientation,
        bool hasCustomPrompt,
        long index
    )

    Parameters

    Name Type Description
    type PlaceholderType

    The placeholder type.

    size PlaceholderSize

    The placeholder size.

    orientation Direction

    The placeholder orientation.

    hasCustomPrompt Boolean

    Indicates whether the placeholder has a custom prompt.

    index Int64

    The placeholder index.

    See Also