Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public ChannelMixerCommandFactor BlueFactor {get; set;}
'Declaration
Public Property BlueFactor As ChannelMixerCommandFactor
'Usage
Dim instance As ChannelMixerCommand Dim value As ChannelMixerCommandFactor instance.BlueFactor = value value = instance.BlueFactor
public ChannelMixerCommandFactor BlueFactor {get; set;}
@property (nonatomic, strong) LTChannelMixerCommandFactor *blueFactor
public ChannelMixerCommandFactor getBlueFactor() public void setBlueFactor(ChannelMixerCommandFactor value)
<br/>get_BlueFactor();<br/>set_BlueFactor(value);<br/>Object.defineProperty('BlueFactor');
public: property ChannelMixerCommandFactor^ BlueFactor { ChannelMixerCommandFactor^ get(); void set ( ChannelMixerCommandFactor^ value); }