Back to Devexpress

PlaceholderSettings.Size Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-placeholdersettings-c9511b02.md

latest1.7 KB
Original Source

PlaceholderSettings.Size Property

Gets or sets the placeholder size.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public PlaceholderSize Size { get; set; }
vb
Public Property Size As PlaceholderSize

Property Value

TypeDescription
PlaceholderSize

The placeholder size.

|

Available values:

NameDescription
Full

Specifies a placeholder that occupies the entire slide area.

| | Half |

Specifies a placeholder that occupies half of the slide area.

| | Quarter |

Specifies a placeholder that occupies a quarter of the slide area.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Size
FilledShape

.PlaceholderSettings .Size

|

See Also

PlaceholderSettings Class

PlaceholderSettings Members

DevExpress.Docs.Presentation Namespace