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.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public PlaceholderSettings(
PlaceholderType type,
PlaceholderSize size,
Direction orientation,
bool hasCustomPrompt,
long index
)
Parameters
| Name | Type |
|---|---|
| type | PlaceholderType |
| size | PlaceholderSize |
| orientation | Direction |
| hasCustomPrompt | Boolean |
| index | Int64 |
See Also