public System.Windows.Media.Brush OpacityMask {get; set;}
public read-write property OpacityMask: System.Windows.Media.Brush;
public function get,set OpacityMask : System.Windows.Media.Brush
public: __property System.Windows.Media.Brush* get_OpacityMask(); public: __property void set_OpacityMask( System.Windows.Media.Brush* value );
public: property System.Windows.Media.Brush^ OpacityMask { System.Windows.Media.Brush^ get(); void set ( System.Windows.Media.Brush^ value); }
'Declaration
Public Property OpacityMask As System.Windows.Media.Brush
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Windows.Media.Brush instance.OpacityMask = value value = instance.OpacityMask