SearchPlacePinModel.cs CampusAppWP8::Model::Campusmap::SearchPlacePinModel CampusAppWP8::Model::Campusmap //----------------------------------------------------------------------- //<copyrightfile="SearchPlacePinModel.cs"company="BTU/IIT"> //Companycopyrighttag. //</copyright> //<author>stubbfel</author> //<sience>27.08.2013</sience> //---------------------------------------------------------------------- namespaceCampusAppWP8.Model.Campusmap { usingCampusAppWP8.Resources; publicclassSearchPlacePinModel:ClickAblePlacePinModel { #regionConstructor publicSearchPlacePinModel() { this.ImageSource=Icons.SearchPlace; this.ImageWidth=60; this.ImageHeight=60; this.PinImageOffsetX=-25; this.PinImageOffsetY=-27; this.Tag=MapPinModel.SearchPlacePinString; this.ZIndex=3; } #endregion } }