Class CarouselIndicatorDots
public class CarouselIndicatorDots
- Inheritance
-
CarouselIndicatorDots
- Inherited Members
Methods
GetCarousel(nint)
Calls native method adw_carousel_indicator_dots_get_carousel.
public static extern nint GetCarousel(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
GetGType()
Calls native function adw_carousel_indicator_dots_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New()
Calls native constructor adw_carousel_indicator_dots_new.
public static extern nint New()
Returns
- nint
Transfer ownership: None Nullable: False
SetCarousel(nint, nint)
Calls native method adw_carousel_indicator_dots_set_carousel.
public static extern void SetCarousel(nint self, nint carousel)