Class SizeOfint
Inheritance
System.Object
SizeOfint
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class SizeOfint : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
SizeOfint()
Declaration
public SizeOfint()
Properties
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { 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
|