InfoPlacePinModel.cs CampusAppWP8::Model::Campusmap::InfoPlacePinModel CampusAppWP8::Model::Campusmap //----------------------------------------------------------------------- //<copyrightfile="InfoPlacePinModel.cs"company="BTU/IIT"> //Companycopyrighttag. //</copyright> //<author>stubbfel</author> //<sience>27.08.2013</sience> //---------------------------------------------------------------------- namespaceCampusAppWP8.Model.Campusmap { usingCampusAppWP8.Resources; publicclassInfoPlacePinModel:ClickAblePlacePinModel { #regionConstructor publicInfoPlacePinModel() { this.ImageSource=Icons.PlaceInfo; this.ImageWidth=60; this.ImageHeight=60; this.PinImageOffsetX=-25; this.PinImageOffsetY=-27; this.Tag=MapPinModel.PinTypeToString(PinType.InfoPlace); this.ZIndex=1; } #endregion } }