Position Property (PdfAttachmentCollectionSplitterBar)
Gets or sets the initial position of the splitter bar, specified as a percentage of the available window area.
'Declaration
Public Property Position As Single
public float Position { get; set; }
public: __property float get_Position();
public: __property void set_Position(
float
);
public:
property float Position {
float get();
void set(float );
}
Property Value
Value can be from 0 to 100.
The entry is ignored if Direction is set to None.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5