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 { usingSystem.Windows; usingCampusAppWP8.Resources; publicclassSearchPlacePinModel:MapPinModel { #regionConstructor publicSearchPlacePinModel() { this.ImageSource=Icons.SearchPlace; this.ImageWidth=60; this.ImageHeight=60; this.PinImageOffsetX=-25; this.PinImageOffsetY=-27; } #endregion } }