PwmPin.Polarity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the polarity of the pin.
public:
property PwmPulsePolarity Polarity { PwmPulsePolarity get(); void set(PwmPulsePolarity value); };
PwmPulsePolarity Polarity();
void Polarity(PwmPulsePolarity value);
public PwmPulsePolarity Polarity { get; set; }
var pwmPulsePolarity = pwmPin.polarity;
pwmPin.polarity = pwmPulsePolarity;
Public Property Polarity As PwmPulsePolarity
Property Value
The pin polarity.