PwmPin.Controller 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 the PWM controller in use by this pin.
public:
property PwmController ^ Controller { PwmController ^ get(); };
PwmController Controller();
public PwmController Controller { get; }
var pwmController = pwmPin.controller;
Public ReadOnly Property Controller As PwmController
Property Value
The controller.