| Visual Basic (Declaration) | |
|---|---|
Public Property Numerator As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterMetadataRational Dim value As Integer instance.Numerator = value value = instance.Numerator | |
| C# | |
|---|---|
public int Numerator {get; set;} | |
Property Value
The numerator value.For an example, refer to RasterCommentMetadata.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code