Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Start", IsRequired=True)> Public Property Start As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Start", IsRequired=true)] public int Start {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Start", IsRequired=true)] public: property int Start { int get(); void set (int value); } |
Return Value
Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family