| Visual Basic (Declaration) | |
|---|---|
Public Property Channel As HistogramCommandFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As HistogramCommand Dim value As HistogramCommandFlags instance.Channel = value value = instance.Channel | |
| C# | |
|---|---|
public HistogramCommandFlags Channel {get; set;} | |
| C++/CLI | |
|---|---|
public: property HistogramCommandFlags Channel { HistogramCommandFlags get(); void set ( HistogramCommandFlags value); } | |
Property Value
Value that indicates the channel for which to get the histogram and the bits to use in calculating the histogram.Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code