Class RangeOfint
Inheritance
System.Object
RangeOfint
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class RangeOfint : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
RangeOfint()
Declaration
public RangeOfint()
Properties
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
From
Declaration
public int From { get; set; }
Property Value
System.Int32
|
To
Declaration
public int To { get; set; }
Property Value
System.Int32
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|