Component PlacementPlacement Property
This read-only property returns the placement action value
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public PlacementAction Placement { get; }VB
Public ReadOnly Property Placement As PlacementAction
GetC++
public:
property PlacementAction Placement {
PlacementAction get ();
}F#
member Placement : PlacementAction with get