MonoTouch.Dialog.BooleanImageElement.GetImage C# (CSharp) Method

GetImage() protected method

protected GetImage ( ) : UIImage
return UIImage
        protected override UIImage GetImage()
        {
            if (Value)
                return onImage;
            else
                return offImage;
        }