'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the segmented image to be used for animations.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Image As NSegmentedImage
'Usage
Dim instance As NAnimationSurface Dim value As NSegmentedImage value = instance.Image
[System.ComponentModel.Description("Gets/sets the segmented image to be used for animations.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NSegmentedImage Image {get;}