UIStepper.SetDividerImage(UIImage, UIControlState, UIControlState) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define a imagem do divisor.
[Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetDividerImage (UIKit.UIImage image, UIKit.UIControlState leftState, UIKit.UIControlState rightState);
abstract member SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
override this.SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
Parâmetros
- leftState
- UIControlState
- rightState
- UIControlState
- Atributos
Comentários
Esse membro participa do UIAppearance sistema de estilos. Consulte a Appearance propriedade e o AppearanceWhenContainedIn(Type[]) método .