Base Button ListAuto Size Mode Property
This is used to pass the value to the contained button panel
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public AutoSizeMode AutoSizeMode { get; set; }VB
Public Property AutoSizeMode As AutoSizeMode
Get
SetC++
public:
property AutoSizeMode AutoSizeMode {
AutoSizeMode get ();
void set (AutoSizeMode value);
}F#
member AutoSizeMode : AutoSizeMode with get, set