ShapeDrawable.Shape Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie la forme de cette ShapeDrawable. -ou- Définit la forme de cette ShapeDrawable.
public virtual Android.Graphics.Drawables.Shapes.Shape? Shape { [Android.Runtime.Register("getShape", "()Landroid/graphics/drawable/shapes/Shape;", "GetGetShapeHandler")] get; [Android.Runtime.Register("setShape", "(Landroid/graphics/drawable/shapes/Shape;)V", "GetSetShape_Landroid_graphics_drawable_shapes_Shape_Handler")] set; }
[<get: Android.Runtime.Register("getShape", "()Landroid/graphics/drawable/shapes/Shape;", "GetGetShapeHandler")>]
[<set: Android.Runtime.Register("setShape", "(Landroid/graphics/drawable/shapes/Shape;)V", "GetSetShape_Landroid_graphics_drawable_shapes_Shape_Handler")>]
member this.Shape : Android.Graphics.Drawables.Shapes.Shape with get, set
Valeur de propriété
- Attributs
Remarques
Documentation getter de propriété :
Renvoie la forme de cette ShapeDrawable.
Java documentation pour android.graphics.drawable.ShapeDrawable.getShape().
Documentation du jeu de propriétés :
Définit la forme de ce ShapeDrawable.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.