Gets or sets the position of the start bit that will construct the mask.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property SourceLowBit As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ShiftDataCommand
Dim value As Integer
instance.SourceLowBit = value
value = instance.SourceLowBit |
C# | |
---|
public int SourceLowBit {get; set;} |
C++/CLI | |
---|
public:
property int SourceLowBit {
int get();
void set ( int value);
} |
Property Value
Position of the start bit that will construct the mask. The position is a zero based number. This property only accepts positive values.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also