ThresholdWidth Property (ViewerBase)
In This Topic
Gets or sets the threshold to switch between mobile and PC template
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(767)>
Public Property ThresholdWidth As System.Integer
'Usage
Dim instance As ViewerBase
Dim value As System.Integer
instance.ThresholdWidth = value
value = instance.ThresholdWidth
[System.ComponentModel.DefaultValue(767)]
public System.int ThresholdWidth {get; set;}
public read-write property ThresholdWidth: System.Integer;
System.ComponentModel.DefaultValueAttribute(767)
public function get,set ThresholdWidth : System.int
[System.ComponentModel.DefaultValue(767)]
public: __property System.int get_ThresholdWidth();
public: __property void set_ThresholdWidth(
System.int value
);
[System.ComponentModel.DefaultValue(767)]
public:
property System.int ThresholdWidth {
System.int get();
void set ( System.int value);
}
See Also