pm-controls
Version:
ProModel Controls
10 lines (9 loc) • 323 B
TypeScript
import { Orientation } from '../../../../objects/enums/orientation';
export declare class StackPanelComponent {
Orientation: Orientation;
HorizontalAlignment: string;
Padding: string;
BackgroundClass: string;
readonly StackPanelOrientation: string;
readonly StackPanelHorizontalAlignment: string;
}