OptionsConfigurationFilePyramidScale Property  | 
  Gets or sets the pyramid scale factor. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal PyramidScale { get; set; }Public Property PyramidScale As Decimal
	Get
	Set
public:
property Decimal PyramidScale {
	Decimal get ();
	void set (Decimal value);
}member PyramidScale : decimal with get, set
Property Value
Type: 
Decimal The pyramid scale factor. 
See Also