OptionsConfigurationPyramidScale 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 string PyramidScale { get; set; }Public Property PyramidScale As String
	Get
	Set
public:
property String^ PyramidScale {
	String^ get ();
	void set (String^ value);
}member PyramidScale : string with get, set
Property Value
Type: 
String The pyramid scale factor. 
See Also