Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / IntrinsicContentSize Property


In This Topic
    IntrinsicContentSize Property (C1ToggleButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IntrinsicContentSize As CoreGraphics.CGSize
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As CoreGraphics.CGSize
     
    value = instance.IntrinsicContentSize
    public override CoreGraphics.CGSize IntrinsicContentSize {get;}
    See Also